pub fn parse_segment_with_separators(
input: &str,
separators: Separators,
) -> Result<Segment<'_>, ParseError>Expand description
Parse a segment using the given separators.
pub fn parse_segment_with_separators(
input: &str,
separators: Separators,
) -> Result<Segment<'_>, ParseError>Parse a segment using the given separators.