Skip to main content

transitive_supers

Function transitive_supers 

Source
pub fn transitive_supers(
    class: &Name,
    registry: &TypeClassRegistry,
) -> Vec<Name>
Expand description

Get all super-class names required by a class, transitively.