[][src]Trait idcontain::FlatGetMut

pub trait FlatGetMut {
    type ElementRefMut;
    fn flat_get_mut(self, index: usize) -> Option<Self::ElementRefMut>;
}

Associated Types

Loading content...

Required methods

fn flat_get_mut(self, index: usize) -> Option<Self::ElementRefMut>

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...