Function alloc_data::parser::str_list
source · [−]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.