State

Type Alias State 

Source
pub type State<T> = Lazy<AtomicState<T>>;
Expand description

A static data alias

Aliased Typeยง

pub struct State<T> { /* private fields */ }