[][src]Trait bigraph::DynamicGraph

pub trait DynamicGraph<NodeData, EdgeData, IndexType>: ImmutableGraphContainer<NodeData, EdgeData, IndexType> + MutableGraphContainer<NodeData, EdgeData, IndexType> + for<'a> NavigableGraph<'a, NodeData, EdgeData, IndexType> where
    IndexType: PrimInt
{ }

Implementors

impl<NodeData, EdgeData, IndexType, T> DynamicGraph<NodeData, EdgeData, IndexType> for T where
    IndexType: PrimInt,
    T: ImmutableGraphContainer<NodeData, EdgeData, IndexType> + MutableGraphContainer<NodeData, EdgeData, IndexType> + for<'a> NavigableGraph<'a, NodeData, EdgeData, IndexType>, 
[src]

Loading content...