Enum tobj::LoadError [] [src]

pub enum LoadError {
    OpenFileFailed,
    ReadError,
    UnrecognizedCharacter,
    PositionParseError,
    NormalParseError,
    TexcoordParseError,
    FaceParseError,
    MaterialParseError,
    InvalidObjectName,
    GenericFailure,
}

Possible errors that may occur while loading OBJ and MTL files

Variants

Trait Implementations

impl Debug for LoadError
[src]

Formats the value using the given formatter.

impl Display for LoadError
[src]

Formats the value using the given formatter. Read more

impl Error for LoadError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more