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