The type represents either error Err or success Ok. Note that the order of type arguments is E, T, because it is useful to place the primary type parameter on the last.
Err
Ok
E, T
Generated using TypeDoc
The type represents either error
Err
or successOk
. Note that the order of type arguments isE, T
, because it is useful to place the primary type parameter on the last.