Struct pwasm_utils::stack_height::Error [] [src]

pub struct Error(_);

Error that occured during processing the module.

This means that the module is invalid.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error