Searched defs:SharedState (Results 1 – 1 of 1) sorted by relevance
31 pub struct SharedState(Arc<Mutex<State>>); struct33 impl SharedState { impl