Skip to main content

Module assertions

Module assertions 

Source
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 on Err.