Trait idcontain::FlatGet[][src]

pub trait FlatGet {
    type ElementRef;
    fn flat_get(self, index: usize) -> Option<Self::ElementRef>;
}

Associated Types

Required Methods

Implementations on Foreign Types

impl<'a, T> FlatGet for &'a Vec<T>
[src]

Implementors