pub type SharedState = Arc<RwLock<ClientState>>;Expand description
Thread-safe shared client state
Aliased Typeยง
pub struct SharedState { /* private fields */ }pub type SharedState = Arc<RwLock<ClientState>>;Thread-safe shared client state
pub struct SharedState { /* private fields */ }