parse_pattern

Function parse_pattern 

Source
pub fn parse_pattern<'a>(
    s: &'a str,
) -> Result<Pattern<'a, Value>, PatternParseError>
Expand description

Requires the serde_json feature.