Expand description
Implementations for Result
.
Re-exports§
pub use result_with_err::*;
pub use result_with_ok::*;
Modules§
- result_
with_ err - Implementations for the partially-applied form of
Result
with theErr
constructor filled in. - result_
with_ ok - Implementations for the partially-applied form of
Result
with theOk
constructor filled in.
Structs§
- Result
Brand - Brand for
Result
.