[][src]Trait main::Rankable

pub trait Rankable<T>: Clone + PartialOrd {
    fn rank(&self) -> Vec<usize>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl<T> Rankable<T> for Vec<T> where
    T: Clone + PartialOrd
[src]

Loading content...

Implementors

Loading content...