pub enum IoError {
UnexpectedEof,
WriteZero,
SeekBeforeStart,
HostAssetImplFailed,
}
Variants§
UnexpectedEof
Unexpected end of file
WriteZero
Sink unexpectedly refused to write more bytes
SeekBeforeStart
Seek operation was performed with offset before beginning of the asset
HostAssetImplFailed
Host-provided asset implementation failed
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoError
impl RefUnwindSafe for IoError
impl Send for IoError
impl Sync for IoError
impl Unpin for IoError
impl UnwindSafe for IoError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more