Type Alias glyph_brush::SectionGlyphIter

source ·
pub type SectionGlyphIter<'a> = Iter<'a, SectionGlyph>;
Expand description

SectionGlyph iterator.

Aliased Type§

struct SectionGlyphIter<'a> { /* private fields */ }