Trait jumpy::core::physics::rapier::nalgebra::geometry::SuperTCategoryOf

source ·
pub trait SuperTCategoryOf<Other>: TCategory
where Other: TCategory,
{ }
Expand description

Indicates that Self is a more general Transform category than Other.

Object Safety§

This trait is not object safe.

Implementors§