cairo_lang_defs::db

Function get_all_path_leaves

source
pub fn get_all_path_leaves(
    db: &dyn SyntaxGroup,
    use_item: &ItemUse,
) -> Vec<UsePathLeaf>
Expand description

Returns all the path leaves under a given use item.