Expand description
Macros§
- ensure
- Test a condition and if it is false, return the supplied error. It’s like an assert! that doesn’t panic.
- kv_impl
- Test a condition and if it is false, return the supplied error. It’s like an assert! that doesn’t panic.
- map_
wrapper - Test a condition and if it is false, return the supplied error. It’s like an assert! that doesn’t panic.