Expand description
Functions for unwrapping Result
s
Functionsยง
- expect_
err - Const version of
Result::expect_err
without theDebug
formatting. - expect_
ok - Const version of
Result::expect
without theDebug
formatting. - unwrap_
err - Const version of
Result::unwrap_err
without theDebug
formatting. - unwrap_
ok - Const version of
Result::unwrap
without theDebug
formatting.