pub enum MissingExunitError {
Key((RedeemerTag, usize, String)),
}
Expand description
Possible errors during conversion from bytes
Variants
Key((RedeemerTag, usize, String))
Trait Implementations
sourceimpl Debug for MissingExunitError
impl Debug for MissingExunitError
Auto Trait Implementations
impl RefUnwindSafe for MissingExunitError
impl Send for MissingExunitError
impl Sync for MissingExunitError
impl Unpin for MissingExunitError
impl UnwindSafe for MissingExunitError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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