Crate assertive

Source
Expand description

Collection of assertions.

Macrosยง

assert_err
Asserts that the expression evaluates to Err and returns the error.
assert_ok
Asserts that the expression evaluates to Ok and returns the value.