Struct daggy::petgraph::graphmap::Neighbors []

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

Trait Implementations

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

type Item = N

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

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

impl<'a, N> DoubleEndedIterator for Neighbors<'a, N> where N: 'a + Clone, Cloned<Iter<'a, N>>: DoubleEndedIterator, Cloned<Iter<'a, N>>::Item == N

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

impl<'a, N> ExactSizeIterator for Neighbors<'a, N> where N: 'a + Clone, Cloned<Iter<'a, N>>: ExactSizeIterator, Cloned<Iter<'a, N>>::Item == N