Function ide_db::syntax_helpers::node_ext::parse_tt_as_comma_sep_paths

source ยท
pub fn parse_tt_as_comma_sep_paths(
    input: TokenTree,
    edition: Edition,
) -> Option<Vec<Path>>
Expand description

Parses the input token tree as comma separated plain paths.