Function parse_repeat_with_separators

Source
pub fn parse_repeat_with_separators(
    input: &str,
    separators: Separators,
) -> Result<Repeat<'_>, ParseError>
Expand description

Parse a repeat using the given separators.