pub type Node<T, S> = Node<T, S>;
Node
lrpar_mod!
enum Node<T, S> { // some variants omitted }
Return a pretty-printed version of this node.