pub fn parse_tt_as_comma_sep_paths(input: TokenTree) -> Option<Vec<Path>>
Expand description

Parses the input token tree as comma separated plain paths.