Struct fera_graph::params::AllVertices [] [src]

pub struct AllVertices<'a, G: 'a>(pub &'a G);

Trait Implementations

impl<'a, G> IntoIterator for AllVertices<'a, G> where
    G: 'a + VertexList
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more