Operators
Last updated
Last updated
Namespace: FsToolkit.ErrorHandling.Operator.AsyncResultOption
FsToolkit.ErrorHandling provides the standard infix operators for the map
(<!>
), apply
(<*>
), and bind
(>>=
) functions of the Result<Option<_>,_>
type.
The can be written using operators like this: