Struct nannou::geom::graph::Children[][src]

pub struct Children<S = Default> where
    S: BaseFloat
{ /* fields omitted */ }

A Walker over some node's children nodes.

Trait Implementations

impl<'a, S> Walker<&'a Graph<S>> for Children<S> where
    S: BaseFloat
[src]

Advance to the next item

Important traits for WalkerIter<W, C>

Create an iterator out of the walker and given context.

Auto Trait Implementations

impl<S> Send for Children<S> where
    S: Send

impl<S> Sync for Children<S> where
    S: Sync