[][src]Trait tree_automata::SortedWith

pub trait SortedWith<T> {
    fn sort(&self) -> &T;
}

Required methods

fn sort(&self) -> &T

Loading content...

Implementations on Foreign Types

impl<A, B> SortedWith<B> for (A, B)[src]

Loading content...

Implementors

impl<X, T> SortedWith<T> for Sorted<X, T>[src]

Loading content...