Struct commands::parser::RootNode
[−]
[src]
pub struct RootNode { pub node: TreeNode, }
The root of a command tree.
Fields
node |
|
Methods
impl RootNode
Trait Implementations
impl NodeOps for RootNode
RootNode
does not want to perform any actual NodeOps
as these
operations should only be invoked by the Parser
on successor nodes.