formula run
This commit is contained in:
parent
5c99e80670
commit
ae8e51c053
4 changed files with 25 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ mod functions;
|
|||
mod handler;
|
||||
mod node_modifier;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Node {
|
||||
children: Vec<Node>,
|
||||
handler: NodeHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue