Struct jmespath::functions::CustomFunction [] [src]

pub struct CustomFunction { /* fields omitted */ }

Custom function that allows the creation of runtime functions with signature validation.

Methods

impl CustomFunction
[src]

Creates a new custom function.

Trait Implementations

impl Function for CustomFunction
[src]

Evaluates the function against an in-memory variable.