Skip to main content

StateRef

Type Alias StateRef 

Source
pub type StateRef<'a, T> = ReactiveRef<'a, T, SingleWaker>;

Aliased Typeยง

pub struct StateRef<'a, T> { /* private fields */ }