pub type SharedGraphState = Arc<Mutex<SyncableGraph>>;Expand description
Shared graph state that the subscriber can update.
Aliased Typeยง
pub struct SharedGraphState { /* private fields */ }pub type SharedGraphState = Arc<Mutex<SyncableGraph>>;Shared graph state that the subscriber can update.
pub struct SharedGraphState { /* private fields */ }