pub fn parse_use_tree(par: &mut Parser<'_>) -> ParseResult<Node<UseTree>>
Expand description

Parse a use tree.