pub trait Execute { // Required method fn execute(&self, ctx: &mut Context<'_>, m: &mut Match) -> bool; }