Trait moore_common::util::HasDesc [] [src]

pub trait HasDesc {
    fn desc(&self) -> &'static str;
}

Describes syntax nodes.

Required Methods

Obtain a human-readable descriptive name for this node.

Implementors