pub trait Execute {
    // Required method
    fn execute(&self, ctx: &HashMap<String, String>) -> ProplateResult<()>;
}

Required Methods§

Implementors§