pub fn parse(src: &str) -> Result<Pattern, ParseError>Expand description
Parse a STIX pattern string into an AST (re-export of stix_pattern::parse).
Parse a complete pattern string into an AST.
pub fn parse(src: &str) -> Result<Pattern, ParseError>Parse a STIX pattern string into an AST (re-export of stix_pattern::parse).
Parse a complete pattern string into an AST.