Trait swc_css_codegen::Emit[][src]

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

Type paramters

T

The type of the ast node.

Required methods

Implementors