Trait fress::dispatch::Dispatch[][src]

pub trait Dispatch: Identification + Notation + Distinguish + Aggregate + Sequential + Associative + Reversible + Sorted + Numeral + Callable {
    fn tear_down(&self, prism: AnchoredLine) { ... }
fn alias_components(&self, prism: AnchoredLine) { ... }
fn meta_value(&self, prism: AnchoredLine) -> Option<AnchoredLine> { ... }
fn logical_value(&self, prism: AnchoredLine) -> AnchoredLine { ... } }
Expand description

A trait to dynamically dispatch methods on heap values

Provided methods

Segment has alias-count of zero

Implementors