pub trait Fmt {
    fn fmt(&self, formatter: &mut Formatter);
}
Expand description

The Fmt trait allows individual WebAssembly AST nodes to be formatted separately.

Required Methods

Implementations on Foreign Types

Implementors