Trait twig::instructions::Compile [] [src]

pub trait Compile<'c> {
    fn compile<'r>(
        &'r self,
        stage: &'r mut Staging<'c, Value>
    ) -> TemplateResult<()>; }

Required Methods

Implementors