Trait fress::dispatch::Distinguish[][src]

pub trait Distinguish {
    fn hash(&self, prism: AnchoredLine) -> u32 { ... }
fn eq(&self, prism: AnchoredLine, other: Unit) -> bool { ... }
fn cmp(&self, prism: AnchoredLine, other: Unit) -> Option<Ordering> { ... }
fn flags(&self, prism: AnchoredLine) -> u32 { ... } }

Provided methods

Implementors