[][src]Trait strtab::Relational

pub trait Relational {
    fn relation(&self, other: &Self) -> Relation;
}

Required methods

Loading content...

Implementors

impl<'f> Relational for Symbol<'f>
[src]

Loading content...