Expand description
Functions for unwrapping Results
Functionsยง
- expect_
err - Const version of
Result::expect_errwithout theDebugformatting. - expect_
ok - Const version of
Result::expectwithout theDebugformatting. - unwrap_
err - Const version of
Result::unwrap_errwithout theDebugformatting. - unwrap_
ok - Const version of
Result::unwrapwithout theDebugformatting.