galvanic_assert::matchers

Module variant

Source
Expand description

The variant module contains matchers for asserting properties of enums and convienience functions for Option and Result.

Functionsยง

  • Matches the contents of a Result if it is Err againts a passed Matcher.
  • Matches the contents of a Result if it is Ok againts a passed Matcher.
  • Matches the contents of an Option againts a passed Matcher.