Enum radiant_rs::Error [] [src]

pub enum Error {
    ImageError(String),
    ShaderError(String),
    IoError(Error),
    FullscreenError(String),
    FontError(String),
    BackendError(Error),
    Failed,
}

Radiant errors.

Variants

Trait Implementations

impl From<DisplayCreationError> for Error
[src]

[src]

Converts image error to radiant error

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

[src]

Converts io error to radiant error

impl From<ImageError> for Error
[src]

[src]

Converts image error to radiant error

Auto Trait Implementations

impl Send for Error

impl Sync for Error