Trait unchecked_index::GetUnchecked [] [src]

pub trait GetUnchecked<I>: CheckIndex<I> {
    type Output: ?Sized;
    unsafe fn get_unchecked(&self, index: I) -> &Self::Output;
}

Associated Types

Required Methods

Implementors