Struct daggy::petgraph::graphmap::Nodes []

pub struct Nodes<'a, N> where N: 'a + Clone {
    // some fields omitted
}

Trait Implementations

impl<'a, N> Iterator for Nodes<'a, N> where N: 'a + Clone

type Item = N

fn next(&mut self) -> Option<Nodes<'a, N>::Item>

fn size_hint(&self) -> (usize, Option<usize>)

impl<'a, N> DoubleEndedIterator for Nodes<'a, N> where N: 'a + Clone, Cloned<Keys<'a, N, Vec<N>>>: DoubleEndedIterator, Cloned<Keys<'a, N, Vec<N>>>::Item == N

fn next_back(&mut self) -> Option<Nodes<'a, N>::Item>

impl<'a, N> ExactSizeIterator for Nodes<'a, N> where N: 'a + Clone, Cloned<Keys<'a, N, Vec<N>>>: ExactSizeIterator, Cloned<Keys<'a, N, Vec<N>>>::Item == N