Struct conrod::render::WalkOwnedPrimitives [] [src]

pub struct WalkOwnedPrimitives<'a> { /* fields omitted */ }

An iterator-like type for yielding Primitives from an OwnedPrimitives.

Methods

impl<'a> WalkOwnedPrimitives<'a>
[src]

Yield the next Primitive in order or rendering depth, bottom to top.

Trait Implementations

impl<'a> PrimitiveWalker for WalkOwnedPrimitives<'a>
[src]

Yield the next Primitive in order of depth, bottom to top.