Struct nuklear::FontIterator[][src]

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

Trait Implementations

impl<'a> IntoIterator for FontIterator<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> !Send for FontIterator<'a>

impl<'a> !Sync for FontIterator<'a>