syn::item::parsing

Function parse_use_tree

source
fn parse_use_tree(
    input: ParseStream<'_>,
    allow_crate_root_in_path: bool,
) -> Result<Option<UseTree>>