T
pub trait Emit<T>where T: Spanned,{ // Required method fn emit(&mut self, node: &T) -> Result; }
The type of the ast node.