pub trait MatrixIndexMut<'a, T, R, C, S>: MatrixIndex<'a, T, R, C, S>{
type OutputMut: 'a;
}
Expand description
A helper trait used for indexing operations.
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait MatrixIndexMut<'a, T, R, C, S>: MatrixIndex<'a, T, R, C, S>{
type OutputMut: 'a;
}
A helper trait used for indexing operations.