Re-exports§
pub use qcell::TCell;
Structs§
- Context
Owner - Borrow-owner of all
TCell<T>
using the marker typeT
- Global
- A stateless global context that establishes a single borrow-owner over all
TCell<Global, T>
- Once
Cell - Container exclusively for
Context::State
and initialized byContext::init
Traits§
- Context
- Context for singleton state
- Context
Ext - Extension trait for borrowing from
Context::State