Skip to main content

all_slots_for_class

Function all_slots_for_class 

Source
fn all_slots_for_class(
    class_name: &str,
    registry: &HashMap<String, S4ClassDef>,
) -> Vec<(String, String)>
Expand description

Collect all slot definitions for a class including inherited slots.