Trait Relational
strtab
pub trait Relational { fn relation(&self, other: &Self) -> Relation; }
fn relation(&self, other: &Self) -> Relation
impl<'f> Relational for Symbol<'f>
fn relation(&self, other: &Symbol<'f>) -> Relation