Struct twig::function::Function
[−]
[src]
pub struct Function {
pub name: &'static str,
pub callable: Callable,
}Represents environment function.
Fields
name | |
callable |