Trait twig::instructions::CompileExpression
[−]
[src]
pub trait CompileExpression<'c> {
fn compile<'r>(&'r self, stage: &'r mut Staging<'c, Value>) -> TemplateResult<CompiledExpression>;
}
Required Methods
fn compile<'r>(&'r self, stage: &'r mut Staging<'c, Value>) -> TemplateResult<CompiledExpression>
Compiles ast subnodes that return result in
Implementors
impl<'c> CompileExpression<'c> for Expr<'c>