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: ImageErrorThreeD(Error)
Tuple Fields
0: ErrorObj(ParseError)
Tuple Fields
0: ParseErrorGltf(Error)
Tuple Fields
0: ErrorGltfCorruptData
GltfMissingData
Load(Error)
Tuple Fields
0: ErrorNotLoaded(String)
Tuple Fields
0: StringTrait 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
