StateRef

Type Alias StateRef 

Source
pub type StateRef = Arc<RwLock<State>>;

Aliased Typeยง

pub struct StateRef { /* private fields */ }