pub trait Symbol: Ord {
    fn arity(&self) -> usize;
}

Required methods

Implementors