Enum pwasm_utils::PackingError [−][src]
pub enum PackingError { MalformedModule, NoTypeSection, NoExportSection, NoCodeSection, InvalidCreateSignature, NoCreateSymbol, InvalidCreateMember, NoImportSection, }
Pack error.
Pack has number of assumptions of passed module structure. When they are violated, pack_instance returns one of these.
Variants
MalformedModule
NoTypeSection
NoExportSection
NoCodeSection
InvalidCreateSignature
NoCreateSymbol
InvalidCreateMember
NoImportSection
Trait Implementations
impl Debug for Error
[src]
impl Debug for Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for Error
[src]
impl Display for Error
Auto Trait Implementations
impl Send for PackingError
impl Send for PackingError
impl Sync for PackingError
impl Sync for PackingError