Enum wasmer_engine::SerializeError [−][src]
Expand description
The Serialize error can occur when serializing a compiled Module into a binary.
Variants
Io(Error)An IO error
Generic(String)A generic serialization error
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SerializeErrorimpl Send for SerializeErrorimpl Sync for SerializeErrorimpl Unpin for SerializeErrorimpl !UnwindSafe for SerializeErrorBlanket 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>::MetadataConverts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more