Trait lnkit::prelude::TCategoryMul[][src]

pub trait TCategoryMul<Other>: TCategory where
    Other: TCategory
{ type Representative: TCategory; }

Traits that gives the Transform category that is compatible with the result of the multiplication of transformations with categories Self and Other.

Associated Types

type Representative: TCategory[src]

The transform category that results from the multiplication of a Transform<Self> to a Transform<Other>. This is usually equal to Self or Other, whichever is the most general category.

Loading content...

Implementors

Loading content...