Trait as_slice::AsMutSlice [−][src]
Something that can be seen as an mutable slice
Required methods
fn as_mut_slice(&mut self) -> &mut [Self::Element]
[src]
Returns the mutable slice view of Self
Implementors
impl<'a, S: ?Sized> AsMutSlice for &'a mut S where
S: AsMutSlice,
[src]
S: AsMutSlice,