value_is_callable

Function value_is_callable 

Source
pub fn value_is_callable(v: &Value) -> bool
Expand description

true if v should be considered callable (built-in function markers, user add_global tag). Cycler/joiner instances are objects, not functions — Nunjucks typeof would be object.