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

Associated Types

Implementors