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
Resultwith theErrconstructor filled in. - result_
with_ ok - Implementations for the partially-applied form of
Resultwith theOkconstructor filled in.
Structs§
- Result
Brand - Brand for
Result.