Expand description
Assertion helpers for AppResult.
Functionsยง
- assert_
err_ code - Assert that the result is an error with the expected
ErrorCode. - assert_
ok - Unwrap an
AppResult, panicking with a clear message onErr.
Assertion helpers for AppResult.
ErrorCode.AppResult, panicking with a clear message on Err.