Skip to main content

SharedState

Type Alias SharedState 

Source
pub type SharedState = Arc<RwLock<ClientState>>;
Expand description

Thread-safe shared client state

Aliased Typeยง

pub struct SharedState { /* private fields */ }