Get

Trait Get 

Source
pub trait Get<I> {
    type Output;

    // Required method
    fn get(&self, index: I) -> Option<&Self::Output>;
}

Required Associated Types§

Required Methods§

Source

fn get(&self, index: I) -> Option<&Self::Output>

Implementors§