pub trait Emit<T> where
    T: Spanned
{ fn emit(&mut self, node: &T) -> Result; }
Expand description

Type parameters

T

The type of the ast node.

Required methods

Implementors