pub fn complete_instances(registry: &TypeClassRegistry) -> Vec<&Instance>Expand description
Find all instances that are complete (implement every method declared by the class).
pub fn complete_instances(registry: &TypeClassRegistry) -> Vec<&Instance>Find all instances that are complete (implement every method declared by the class).