Skip to main contentCrate asimov_core
Source pub use error::*;
- env
- error
- debug
- Constructs an event at the debug level.
- error
- Constructs an event at the error level.
- info
- Constructs an event at the info level.
- trace
- Constructs an event at the trace level.
- warn
- Constructs an event at the warn level.
- Collection
- A trait for collections of items.
- CollectionMut
- A trait for collections of items.
- Countable
- A trait for collections that are countable.
- Labeled
- A trait for objects that have a human-readable label.
- MaybeCountable
- A trait for collections that may be countable.
- MaybeLabeled
- A trait for objects that may have a human-readable label.
- MaybeNamed
- A trait for objects that may have a name.
- Named
- A trait for objects that have a name.
- ModuleName