pub unsafe trait ParentClassIs: IsClass {
    type Parent: IsClass;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§