pub fn method1<F>(f: F) -> Valuewhere F: Fn(&Value, &Context<'_>) -> Result<Value> + 'static,
A function taking one expression-language argument.