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

pub struct Parents<S = DefaultScalar> where
    S: BaseFloat
{ /* fields omitted */ }

A Walker over some node's parent nodes.

Trait Implementations

impl<'a, S> Walker<&'a Graph<S>> for Parents<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 Parents<S> where
    S: Send

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