parse_with_dialect_and_volatility_classifier

Function parse_with_dialect_and_volatility_classifier 

Source
pub fn parse_with_dialect_and_volatility_classifier<T, F>(
    formula: T,
    dialect: FormulaDialect,
    classifier: F,
) -> Result<ASTNode, ParserError>
where T: AsRef<str>, F: Fn(&str) -> bool + Send + Sync + 'static,