Trait rs_graph::vec::NumItems[][src]

pub trait NumItems<G> {
    fn num_items(g: &G) -> usize;
}

Returns the number of items in a graph.

Required Methods

Implementors