Enum pwasm_utils::BuildError[][src]

pub enum BuildError {
    Encoding(Error),
    Packing(PackingError),
    NoCreateSymbolFound,
    Optimizer,
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl From<OptimizerError> for Error
[src]

Performs the conversion.

impl From<PackingError> for Error
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BuildError

impl Sync for BuildError