Module swiftide_core::prelude
source · 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 a
std::future::Future
. - An extension trait for
Stream
s that provides a variety of convenient combinator functions. - Adapters specific to
Result
-returning streams
Type Aliases§
Result<T, Error>
Attribute Macros§
Derive Macros§
- Create a builder struct for the deriving struct.