pub type StateRef = Arc<RwLock<State>>;
A reference to the State.
State
pub struct StateRef { /* private fields */ }