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