Struct twig::operator::Operator [] [src]

pub struct Operator {
    pub options: OperatorOptions,
    pub callable: Callable,
}

Represents environment operator.

Fields

Operator options.

Operator callable.

Methods

impl Operator
[src]

Trait Implementations

impl Debug for Operator
[src]

Formats the value using the given formatter.