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

Required Associated Types§

Implementors§