pub trait LessDimTrait: DimTrait {
    type LessDim: DimTrait;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§