pub type DynTopologyGraph = Box<dyn TopologyGraph + Send + Sync>;Expand description
Trait object for graph backends.
This allows storing different backend implementations behind a single type.
Aliased Typeยง
pub struct DynTopologyGraph(/* private fields */);