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

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

Object Safety§

This trait is not object safe.

Implementors§