Trait jumpy::core::physics::collisions::rapier::nalgebra::base::allocator::SameShapeVectorAllocator
source · pub trait SameShapeVectorAllocator<T, R1, R2>: Allocator<T, R1> + Allocator<T, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative> + SameShapeAllocator<T, R1, Const<1>, R2, Const<1>>{ }
Expand description
Restricts the given number of rows to be equal.
Object Safety§
This trait is not object safe.