pub type ExtractInheritanceHandler = fn(&Node<'_>, &str) -> Vec<String>;
Handler to extract inheritance information from a class node.