Trait parity_wasm::interpreter::UserError  
                   
                       [−]
                   
               [src]
pub trait UserError: 'static + Display + Debug + Clone + PartialEq { }
Custom user error.
Implementors
- impl UserError for DummyUserError