Enum three_d::io::IOError [−][src]
pub enum IOError {
Image(ImageError),
ThreeD(Error),
Obj(ParseError),
Gltf(Error),
GltfCorruptData,
GltfMissingData,
Load(Error),
NotLoaded(String),
}
Expand description
Error from the io module.
Variants
Image(ImageError)
Tuple Fields
0: ImageError
ThreeD(Error)
Tuple Fields
0: Error
Obj(ParseError)
Tuple Fields
0: ParseError
Gltf(Error)
Tuple Fields
0: Error
GltfCorruptData
GltfMissingData
Load(Error)
Tuple Fields
0: Error
NotLoaded(String)
Tuple Fields
0: String
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for IOError
impl !UnwindSafe for IOError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more