Enum wasm_sign::Error [] [src]

pub enum Error {
    NoSignature,
    BadVersion,
    BadCipher,
    MalformedKey,
    MalformedModule,
    HasSignature,
    InternalError,
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.