Trait lang_util::node::NodeContentDisplay [−][src]
Trait for displaying an AST node’s content
Required methods
fn name() -> Option<&'static str>
[src]
Name of the node
Returns
None
if this node is just a transparent wrapper (and should not be displayed), otherwise
the name of the node type.