Macrosยง
- assert_
matches - Assert that an expression matches a refutable pattern.
- debug_
assert_ matches - Assert that an expression matches a refutable pattern using debug assertions.
- matches
- Check if an expression matches a refutable pattern.
- option_
match - Returns
Option::Someif the pattern matches with the given value, orOption::Noneotherwise - unwrap_
match - A general version of
Option::unwrapfor all enum variants.