Trait extra::sort::Sort

pub trait Sort {
    fn qsort(self);
}

Required Methods

fn qsort(self)

Implementors