Trait petgraph::data::Create [] [src]

pub trait Create: Build + Default {
    fn with_capacity(nodes: usize, edges: usize) -> Self;
}

A graph that can be created

Required Methods

Implementors