A type representing the result of a successful computation.
This type is not intended to be used or instantiated directly. Instead, Ok instances can be created with
Result.ok and can then be manipulated with any method available on Result.
Please see the Result documentation for more information.
Ok
A type representing the result of a successful computation.
This type is not intended to be used or instantiated directly. Instead, Ok instances can be created with Result.ok and can then be manipulated with any method available on Result.
Please see the Result documentation for more information.
Note:
All Ok methods are documented at the Result level.