Enum opengl_graphics::error::Error
[−]
[src]
pub enum Error {
IoError(Error),
}An enum to represent various possible run-time errors that may occur.
Variants
IoError(Error)An error happened with I/O.
Trait Implementations
impl Debug for Error[src]
impl Display for Error[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more