Skip to main content

State

Type Alias State 

Source
pub type State<T> = ReactiveHandle<T, SingleWaker>;

Aliased Typeยง

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