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.
pub fn parse_pattern_with<M: TypeMapper>(
input: &str,
mapper: &M,
) -> Result<Pattern<M::L, M::V>, ParseError>Parse a pattern DSL string using a custom TypeMapper.