pub trait Expand {
// Required method
fn expand(&self, output: &Ident, idents: &mut Iter) -> TokenStream;
}Expand description
Internal trait for AST node expansion. Not part of the public API.
pub trait Expand {
// Required method
fn expand(&self, output: &Ident, idents: &mut Iter) -> TokenStream;
}Internal trait for AST node expansion. Not part of the public API.