Module result

Module result 

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

Structs§

ResultBrand
Brand for Result.