Crate assertive

source ·
Expand description

Collection of assertions.

Macros§

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