pub trait DerRule {
    fn term_desc() -> &'static str { ... }
    fn short(&self) -> &str { ... }
}

Provided Methods

short term family description

short name for rule

Implementors