[][src]Trait bigraph::StaticGraph

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

Implementors

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

Loading content...