Trait data_structure_traits::SetImmut [] [src]

pub trait SetImmut<'a, V: ?Sized, Q: ?Sized>: Set<'a, V, Q> where
    &'a Self: 'a + IntoIterator<Item = &'a V>,
    V: 'a + Borrow<Q>,
    Q: 'a, 
{ }

Implementors