pub trait Distances: Incidence {
    fn diameter(&self) -> usize
    where
        Self: VertexList + WithVertexProp<usize> + WithVertexProp<Color>
, { ... } }

Provided Methods

Implementors