Trait twig::instructions::Compile
[−]
[src]
pub trait Compile<'c> {
fn compile<'r>(&'r self, stage: &'r mut Staging<'c, Value>) -> TemplateResult<()>;
}
pub trait Compile<'c> {
fn compile<'r>(&'r self, stage: &'r mut Staging<'c, Value>) -> TemplateResult<()>;
}
fn compile<'r>(&'r self, stage: &'r mut Staging<'c, Value>) -> TemplateResult<()>