Index

Trait Index 

Source
pub trait Index<Idx> {
    type Output: ?Sized;

    // Required method
    fn at(&self, index: Idx) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn at(&self, index: Idx) -> Self::Output

Implementors§