pub type MatrixVec<T, R, C> = VecStorage<T, R, C>;
VecStorage
Renamed to VecStorage.
struct MatrixVec<T, R, C> { /* private fields */ }