[−][src]Trait petgraph::data::Create
A graph that can be created
Required methods
fn with_capacity(nodes: usize, edges: usize) -> Self
Implementors
impl<N, E, Ty> Create for GraphMap<N, E, Ty> where
Ty: EdgeType,
N: NodeTrait, [src]
Ty: EdgeType,
N: NodeTrait,
fn with_capacity(nodes: usize, edges: usize) -> Self[src]
impl<N, E, Ty, Ix> Create for Graph<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType, [src]
Ty: EdgeType,
Ix: IndexType,
fn with_capacity(nodes: usize, edges: usize) -> Self[src]
impl<N, E, Ty, Ix> Create for StableGraph<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType, [src]
Ty: EdgeType,
Ix: IndexType,