Trait microwfc::Unique

source ·
pub trait Unique {
    fn unique(&self) -> Self;
}
Expand description

Trait to extract unique items from collections.

Required Methods§

Returns the same collection, but with all duplicates removed

Implementations on Foreign Types§

Implementors§