Compile

Trait Compile 

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

Required Methods§

Source

fn compile<'r>( &'r self, stage: &'r mut Staging<'c, Value>, ) -> TemplateResult<()>

Implementors§

Source§

impl<'c> Compile<'c> for Body<'c>

Source§

impl<'c> Compile<'c> for Module<'c>