pub fn parse_tt_as_comma_sep_paths( input: TokenTree, edition: Edition, ) -> Option<Vec<Path>>
Parses the input token tree as comma separated plain paths.