Modules§
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - bail
- Return early with an error.
- debug
- debug_
heading
Structs§
- Error
- The
Errortype, a wrapper around a dynamic error type.
Enums§
Traits§
- Context
- Provides the
contextmethod forResult.
Functions§
Type Aliases§
- Fallible
- Index
Map - Map
- A
HashMapusing a default Fx hasher. - Set
- A
HashSetusing a default Fx hasher. - Text
- Thread-safe immutable string.
Attribute Macros§
- boxed_
async_ fn - Transforms an async fn to return a
Box<dyn Future<Output = T>>.