Trait std::ops::Index

pub trait Index<Index, Result> {
    fn index(&self, index: &Index) -> Result;
}

Required Methods

fn index(&self, index: &Index) -> Result