pub fn str_list(
    __input: &'input str,
    f: &mut Factory<'_>
) -> Result<Vec<Str, Global>, ParseError<<str as Parse>::PositionRepr>>
Expand description

A whitespace-separated list of shared strings.