/** * This is the simple executor module. */ use log::*; pub struct Executor { } impl Executor { fn run() { } }