Skip to main content

SharedGraphState

Type Alias SharedGraphState 

Source
pub type SharedGraphState = Arc<Mutex<SyncableGraph>>;
Expand description

Shared graph state that the subscriber can update.

Aliased Typeยง

pub struct SharedGraphState { /* private fields */ }