Struct twig::function::Function [] [src]

pub struct Function {
    pub name: &'static str,
    pub callable: Callable,
}

Represents environment function.

Fields

Methods

impl Function
[src]

Trait Implementations

impl Debug for Function
[src]

Formats the value using the given formatter.