Function ruststep::parser::combinator::many0_[][src]

pub fn many0_<'a, O>(
    f: impl ExchangeParser<'a, O>
) -> impl ExchangeParser<'a, Vec<O>>