Enum gfx_gtk::Error[][src]

pub enum Error {
    GenericError(String),
}

Error type for Result

Variants

Used to convert any error into this one by encapsulating the original error into a string message

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl<T: Display> From<T> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error