pub trait SetSpatial: SetDimensions + SetPosition + SetOrientation { }
Expand description

Types that may be positioned, sized and oriented within 3D space.

Object Safety§

This trait is not object safe.

Implementors§