pub enum WadError {
EntryNotFound(String),
}
Expand description
Error type for working with the WAD file.
Variants
EntryNotFound(String)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WadError
impl Send for WadError
impl Sync for WadError
impl Unpin for WadError
impl UnwindSafe for WadError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more