Trait data_structure_traits::Seq[][src]

pub trait Seq<'a, V: 'a + ?Sized>: Collection + Get<usize, Output = V> where
    V: 'a, 
{ }

Implementors