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