Skip to main content

ExIndexMut

Trait ExIndexMut 

Source
pub trait ExIndexMut<Idx>: Index<Idx>
where Idx: ?Sized,
{ type ExternalTraitSpecificationFor: IndexMut<Idx>; // Required method exec fn index_mut(&mut self, index: Idx) -> output : &mut Self::Output where Idx: Sized; }

Required Associated Types§

Required Methods§

Source

exec fn index_mut(&mut self, index: Idx) -> output : &mut Self::Output
where Idx: Sized,

requires
self.index_req(&index),

Implementors§