Enum lightfield_loader::lightfield::LightfieldError [] [src]

pub enum LightfieldError {
    IoError(Error),
    ImageError(ImageError),
    ZipError(ZipError),
    ParseError(String),
}

Variants

Trait Implementations

impl Debug for LightfieldError
[src]

Formats the value using the given formatter.

impl From<Error> for LightfieldError
[src]

Performs the conversion.

impl From<ParseFloatError> for LightfieldError
[src]

Performs the conversion.

impl From<ParseIntError> for LightfieldError
[src]

Performs the conversion.

impl From<ZipError> for LightfieldError
[src]

Performs the conversion.

impl From<ImageError> for LightfieldError
[src]

Performs the conversion.