pub trait Fmt {
// Required method
fn fmt(&self, formatter: &mut Formatter);
}
Expand description
The Fmt
trait allows individual WebAssembly AST nodes
to be formatted separately.
pub trait Fmt {
// Required method
fn fmt(&self, formatter: &mut Formatter);
}
The Fmt
trait allows individual WebAssembly AST nodes
to be formatted separately.