[][src]Trait lib::FetchGuards

pub trait FetchGuards<T: Clone> {
    fn fetch(&self, index: &Vec<usize>) -> Vec<T>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl<T> FetchGuards<T> for Vec<T> where
    T: Clone
[src]

Loading content...

Implementors

Loading content...