Function parse_len

Source
pub fn parse_len<'src>(
    input: &mut &'src str,
) -> ModalResult<Vec<BasicToken>, ContextError<StrContext>>