Trait oxc_codegen::Gen
source · pub trait Gen<const MINIFY: bool> {
// Provided method
fn gen(&self, _p: &mut Codegen<{ MINIFY }>, _ctx: Context) { ... }
}pub trait Gen<const MINIFY: bool> {
// Provided method
fn gen(&self, _p: &mut Codegen<{ MINIFY }>, _ctx: Context) { ... }
}