pub struct wasmi_error_t { /* private fields */ }Expand description
An error that may occur when operating with Wasmi.
Wraps wasmi::Error.
Trait Implementations§
Source§impl From<Error> for wasmi_error_t
impl From<Error> for wasmi_error_t
Source§fn from(error: Error) -> wasmi_error_t
fn from(error: Error) -> wasmi_error_t
Converts to this type from the input type.
Source§impl From<wasmi_error_t> for Error
impl From<wasmi_error_t> for Error
Source§fn from(error: wasmi_error_t) -> Error
fn from(error: wasmi_error_t) -> Error
Converts to this type from the input type.