Struct wasmer_compiler::MiddlewareError
source · [−]Expand description
A error in the middleware.
Fields
name: String
The name of the middleware where the error was created
message: String
The error message
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for MiddlewareError
impl Send for MiddlewareError
impl Sync for MiddlewareError
impl Unpin for MiddlewareError
impl UnwindSafe for MiddlewareError
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more