Enum font_rs::font::FontError[][src]

pub enum FontError {
    Invalid,
}

Variants

Trait Implementations

impl Debug for FontError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FontError

impl Sync for FontError