Function netgauze_parse_utils::parse_till_empty
source · pub fn parse_till_empty<'a, T: ReadablePdu<'a, E>, E: Debug>(
buf: Span<'a>
) -> IResult<Span<'a>, Vec<T>, E>Expand description
Keep repeating the parser till the buf is empty