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.
Collection of assertions.
Err
and returns the error.Ok
and returns the value.