atc_router::interpreter

Trait Execute

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

Required Methods§

Source

fn execute(&self, ctx: &mut Context<'_>, m: &mut Match) -> bool

Implementors§