Modules§
- __
used_ by_ attribute - Module used by attribute
#[oofs]
Macros§
- ensure
- Check that a given expression evaluates to
true, else return an error. - ensure_
eq - Check that two given expressions are same, else return an error.
- oof
- Create a custom error
Oofsimilar toanyhow!
Structs§
- Oof
- Error type for oofs.
Traits§
- OofExt
- Helper trait for
ResultandOptionto add tags and attach extra contexts.
Functions§
- wrap_
err - Wraps a custom error with
Oof
Type Aliases§
Attribute Macros§
- oofs
- Place above
fnorimplto generate and inject context to?operators.