pub trait PreExec { // Required method fn run(&mut self) -> Result<()>; }
Run this routing pre exec
Any errors occuring, it’s up to the implementor to decide