Struct daggy::Parents [] [src]

pub struct Parents<N, E, Ix: IndexType> { /* fields omitted */ }

A Walker type that can be used to step through the parents of some child node.

Trait Implementations

impl<'a, N, E, Ix> Walker<&'a Dag<N, E, Ix>> for Parents<N, E, Ix> where
    Ix: IndexType
[src]

[src]

Advance to the next item

Important traits for WalkerIter<W, C>
[src]

Create an iterator out of the walker and given context.

Auto Trait Implementations

impl<N, E, Ix> Send for Parents<N, E, Ix> where
    E: Send,
    Ix: Send,
    N: Send

impl<N, E, Ix> Sync for Parents<N, E, Ix> where
    E: Sync,
    Ix: Sync,
    N: Sync