Module result

Source
Expand description

Functions for unwrapping Results

Functionsยง

expect_err
Const version of Result::expect_err without the Debug formatting.
expect_ok
Const version of Result::expect without the Debug formatting.
unwrap_err
Const version of Result::unwrap_err without the Debug formatting.
unwrap_ok
Const version of Result::unwrap without the Debug formatting.