Struct twig::instructions::CompiledExpression
[−]
[src]
pub struct CompiledExpression { // some fields omitted }
Represents a mess created by a compiled expression.
It is up to the caller to clean up this mess by calling finalize
on this struct.