Enum opengl_graphics::error::Error [] [src]

pub enum Error {
    IoError(Error),
}

An enum to represent various possible run-time errors that may occur.

Variants

An error happened with I/O.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

[src]

Performs the conversion.