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