Enum cuivre::graphics::text::FontError[][src]

pub enum FontError {
    CacheRead(CacheReadErr),
    CacheWrite(CacheWriteErr),
    Io(Error),
    Rusttype(Error),
    Texture(TextureError),
}

Variants

Trait Implementations

impl Debug for FontError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for FontError
[src]

Performs the conversion.

impl Display for FontError
[src]

Formats the value using the given formatter. Read more

impl Error for FontError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for FontError

impl Sync for FontError