pub fn parse_till_empty_into_with_one_input_located<'a, I: Clone, Lin: Debug, L: From<Lin>, T: ReadablePduWithOneInput<'a, I, Lin>>(
    buf: Span<'a>,
    input: I
) -> IResult<Span<'a>, Vec<T>, L>
Expand description

Keep repeating the parser till the buf is empty