SortWithBucket

Trait SortWithBucket 

Source
pub trait SortWithBucket {
    // Required method
    fn sort_with_bucket(&mut self);
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: Bucket> SortWithBucket for Vec<T>

Implementors§