Skip to main content

parse_pattern_with

Function parse_pattern_with 

Source
pub fn parse_pattern_with<M: TypeMapper>(
    input: &str,
    mapper: &M,
) -> Result<Pattern<M::L, M::V>, ParseError>
Expand description

Parse a pattern DSL string using a custom TypeMapper.