extract_items_from_ast

Function extract_items_from_ast 

Source
pub fn extract_items_from_ast(
    syntax: &SyntaxNode,
    remove_doc_comments: bool,
) -> Vec<ItemInfo>
Expand description

Extracts items from the AST node, returning a list of ItemInfo.