charon_lib::name_matcher::parser

Function parse_pattern

source
fn parse_pattern(i: &str) -> IResult<&'_ str, Pattern, ErrorTree<&'_ str>>