Struct daggy::Children [] [src]

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

A Walker type that can be used to step through the children of some parent node.

Trait Implementations

impl<'a, N, E, Ix> Walker<&'a Dag<N, E, Ix>> for Children<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 Children<N, E, Ix> where
    E: Send,
    Ix: Send,
    N: Send

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