Expand description
A simple library for warning callbacks.
Structs§
- Closure
- Helper struct for the
closurefunction. - Ignore
- Struct that will ignore all the warnings it gets passed.
- Log
- Struct that logs each warning it encounters.
- Panic
- Struct that will panic on any warning it encounters.
- RevMap
- Helper struct for the
rev_mapfunction. - Wrap
- Helper struct for the
wrapfunction.
Traits§
- Warn
- Trait for objects that can accept warnings.