Module macros
Macrosยง
- bail
- Return early with an error, in any type that can be converted from
an
anyhow::Error
. - ensure
- Util macro for generating error when condition check failed.
- ensure_
eq - Util macro to generate error when the two arguments are not equal.
- must_
match - Match an enum variant and return the internal value.
- try_
match_ expand - Try to match an enum variant and return the internal value.