Module prelude

Source
Expand description

Re-export of commonly used dependencies.

Re-exports§

pub use anyhow::Context as _;

Macros§

assert_default_prompt_snapshottest-utils

Structs§

Arc
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.

Traits§

Instrument
Attaches spans to a std::future::Future.
StreamExt
An extension trait for Streams that provides a variety of convenient combinator functions.
TryStreamExt
Adapters specific to Result-returning streams

Type Aliases§

Result
Result<T, Error>

Attribute Macros§

async_trait

Derive Macros§

Builder
Create a builder struct for the deriving struct.