pub trait JaggedArray1DMutViewTrait<TVal, TNum>where TNum: AsPrimitive<usize> + Num,{ // Required method fn as_slice_mut(&mut self) -> &mut [TVal]; }