[][src]Trait ecmascript::compiler::transform::ToSourceCode

pub trait ToSourceCode {
    fn source_code_gen<W: Write>(&self, output: &mut W);
}

Required methods

fn source_code_gen<W: Write>(&self, output: &mut W)

Loading content...

Implementors

Loading content...