Skip to main content

ExtractInheritanceHandler

Type Alias ExtractInheritanceHandler 

Source
pub type ExtractInheritanceHandler = fn(&Node<'_>, &str) -> Vec<String>;
Expand description

Handler to extract inheritance information from a class node.