Type Alias Iter

Source
pub type Iter<'a> = Iter<'a, CanvasCell>;
Expand description

Iterator over cells in a Canvas.

Aliased Typeยง

pub struct Iter<'a> { /* private fields */ }