👎Deprecated since 0.0.21: Use fp_library::v2::types instead
Expand description
Implementations for Result.
Re-exports§
pub use result_with_err::*;Deprecated pub use result_with_ok::*;Deprecated
Modules§
- result_
with_ err Deprecated - Implementations for the partially-applied form of
Resultwith theErrconstructor filled in. - result_
with_ ok Deprecated - Implementations for the partially-applied form of
Resultwith theOkconstructor filled in.
Structs§
- Result
Brand Deprecated - Brand for
Result.