Trait swc_ecma_codegen::Node[][src]

pub trait Node: Spanned {
    fn emit_with(&self, e: &mut Emitter<'_>) -> Result;
}

Required methods

Implementations on Foreign Types

Implementors