Trait nalgebra::base::allocator::SameShapeVectorAllocator
source · pub trait SameShapeVectorAllocator<R1, R2>:
Allocator<R1>
+ Allocator<SameShapeR<R1, R2>>
+ SameShapeAllocator<R1, U1, R2, U1>{ }Expand description
Restricts the given number of rows to be equal.
Object Safety§
This trait is not object safe.