(&mut self)
| 21 | |
| 22 | impl<Item> SliceWrapperMut<Item> for ItemVec<Item> { |
| 23 | fn slice_mut(&mut self) -> &mut [Item] { |
| 24 | &mut self.0[..] |
| 25 | } |
| 26 | } |
| 27 | /* |
| 28 | impl<Item> core::ops::Index<usize> for ItemVec<Item> { |
no outgoing calls
no test coverage detected