Enum glium_text_rusttype::Error [] [src]

pub enum Error {
    NoGlyph(char),
}

Variants

A glyph for this character is not present in font.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.