Trait bevy_rapier2d::prelude::nalgebra::SuperTCategoryOf[][src]

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

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

Implementors