pub fn parse_vec_of_literals(token: &TokenTree) -> Result<Vec<String>, String>
Expand description

Parse a token as a vec of strings that can be parsed as datums in a row.

The token is assumed to be of the form [datum1 datum2 .. datumn].