Trait hyper_ast::tree_gen::Accumulator
source · pub trait Accumulator {
type Node;
// Required method
fn push(&mut self, full_node: Self::Node);
}
Expand description
Builder of a node for the hyperAST
pub trait Accumulator {
type Node;
// Required method
fn push(&mut self, full_node: Self::Node);
}
Builder of a node for the hyperAST