Trait monster::incubation::tuple_indexing::TupleIndexingExt [] [src]

pub trait TupleIndexingExt<T> {
    fn get(&self, n: usize) -> Option<&T>;
}

Required Methods

Implementors