Type Alias SharedGraph

Source
pub type SharedGraph = Arc<Mutex<Graph>>;

Aliased Typeยง

pub struct SharedGraph { /* private fields */ }