pub type BoxExecutor = Box<dyn Executor + Send + 'static>;
pub struct BoxExecutor(/* private fields */);