Trait data_structure_traits::SeqImmut [] [src]

pub trait SeqImmut<'a, V: 'a + ?Sized>: Seq<'a, V> + CollectionMut + InsertImmut<usize, V> + RemoveImmut<usize> where
    &'a Self: 'a + IntoIterator<Item = &'a V>,
    V: 'a, 
{ }

Implementors