pub type InitDeps = Arc<dyn Fn(&mut Middleware) -> Result<()> + Send + Sync>;
Late dependency initializer run once before real command execution.
pub struct InitDeps { /* private fields */ }