pub type AsyncState = StateManager<AsyncOnlyContext>;Available on crate feature
async only.Expand description
State manager for asynchronous-only contexts.
This state manager is an extension of State but allows you to register
and get async lazy initialized global state (see
StateRegistry::insert_async_lazy)
Aliased Typeยง
pub struct AsyncState { /* private fields */ }