Function parse_segment_with_separators

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

Parse a segment using the given separators.