Struct miniscript::expression::Tree [−][src]
Expand description
A token of the form x(...) or x
Fields
name: &'a strThe name x
args: Vec<Tree<'a>>The comma-separated contents of the (...), if any
A token of the form x(...) or x
name: &'a strThe name x
args: Vec<Tree<'a>>The comma-separated contents of the (...), if any