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

A whitespace-separated list of shared strings.