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
Oof
similar toanyhow!
Structs§
- Oof
- Error type for oofs.
Traits§
- OofExt
- Helper trait for
Result
andOption
to add tags and attach extra contexts.
Functions§
- wrap_
err - Wraps a custom error with
Oof
Type Aliases§
Attribute Macros§
- oofs
- Place above
fn
orimpl
to generate and inject context to?
operators.