pub fn parse_pattern(
pattern: &str,
) -> Result<GenericBinaryPattern<'static>, PositionedError<ParseError>>Expand description
Parse the given string as pattern.
pub fn parse_pattern(
pattern: &str,
) -> Result<GenericBinaryPattern<'static>, PositionedError<ParseError>>Parse the given string as pattern.