Expand description
Re-export of commonly used dependencies.
Re-exports§
- pub use anyhow::Context as _;
Structs§
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
Traits§
- Attaches spans to astd::future::Future.
- An extension trait forStreams that provides a variety of convenient combinator functions.
- Adapters specific toResult-returning streams
Type Aliases§
- Result<T, Error>
Attribute Macros§
Derive Macros§
- Create a builder struct for the deriving struct.