pub enum AspError {
UnknownFunction(u8),
InvalidSize {
expected: usize,
found: usize,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AspError
impl RefUnwindSafe for AspError
impl Send for AspError
impl Sync for AspError
impl Unpin for AspError
impl UnsafeUnpin for AspError
impl UnwindSafe for AspError
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