Struct wasmer_compiler::MiddlewareError [−][src]
Expand description
A error in the middleware.
Fields
name: StringThe name of the middleware where the error was created
message: StringThe error message
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for MiddlewareErrorimpl Send for MiddlewareErrorimpl Sync for MiddlewareErrorimpl Unpin for MiddlewareErrorimpl UnwindSafe for MiddlewareErrorBlanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more