Module result

Module result 

Source
👎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_errDeprecated
Implementations for the partially-applied form of Result with the Err constructor filled in.
result_with_okDeprecated
Implementations for the partially-applied form of Result with the Ok constructor filled in.

Structs§

ResultBrandDeprecated
Brand for Result.