Module expression
Source Expand description
§Function-like Expression Language
- Tree
- A token of the form
x(...)
or x
- FromTree
- A trait for extracting a structure from a Tree representation in token form
- binary
- Attempts to parse an expression with exactly two children
- parse_num
- Parse a string as a u32, for timelocks or thresholds
- terminal
- Attempts to parse a terminal expression
- unary
- Attempts to parse an expression with exactly one child