[][src]Trait idcontain::FlatGet

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

Associated Types

Loading content...

Required methods

fn flat_get(self, index: usize) -> Option<Self::ElementRef>

Loading content...

Implementations on Foreign Types

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

type ElementRef = &'a T

Loading content...

Implementors

Loading content...