Crate qcontext

Source

Re-exports§

pub use qcell::TCell;

Structs§

ContextOwner
Borrow-owner of all TCell<T> using the marker type T
Global
A stateless global context that establishes a single borrow-owner over all TCell<Global, T>
OnceCell
Container exclusively for Context::State and initialized by Context::init

Traits§

Context
Context for singleton state
ContextExt
Extension trait for borrowing from Context::State

Derive Macros§

Context
Implements Context