Glyph

Trait Glyph 

Source
pub trait Glyph {
    // Required method
    fn get_glyph_index(&self) -> u16;
}

Required Methods§

Implementors§

Source§

impl Glyph for Info

Source§

impl<T> Glyph for RawGlyph<T>