pub trait SliceExtMut<I, O>where
O: ?Sized,{
// Required method
fn eget_mut(&mut self, index: I) -> Result<&mut O>;
}Expand description
Mutable version of SliceExt.
pub trait SliceExtMut<I, O>where
O: ?Sized,{
// Required method
fn eget_mut(&mut self, index: I) -> Result<&mut O>;
}Mutable version of SliceExt.