parse_with_functions

Function parse_with_functions 

Source
pub fn parse_with_functions<'a, C: Tags + 'a, S: BuildHasher + Sync + Send + Default + 'a>(
    expression: &str,
    functions: HashMap<String, Function<'a, C>, S>,
) -> ParseResult<'a, C>
Expand description

ยงErrors

Parse MapLibre Expression (incomplete implementation) and return function that evaluates the expression with the provided context