Function apply_function

Source
pub fn apply_function(
    value: &Value,
    function: &str,
    arguments: &Vec<Value>,
) -> Result<Value, TemplateRenderError>