Skip to main content

StateRef

Type Alias StateRef 

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

A reference to the State.

Aliased Typeยง

pub struct StateRef { /* private fields */ }