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 isErr
againts a passedMatcher
. - Matches the contents of a
Result
if it isOk
againts a passedMatcher
. - Matches the contents of an
Option
againts a passedMatcher
.