Struct fera_graph::params::AllEdges [] [src]

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

Trait Implementations

impl<'a, G> IntoIterator for AllEdges<'a, G> where
    G: 'a + EdgeList
[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