Trait unique::Backed

source ·
pub trait Backed {
    fn unique(value: Self) -> Uniq<Self>;
}
Expand description

A type which has some backing store.

Allows the use of Uniq::new

Required Methods

Implementors