pub type OnShutdown = Arc<dyn Fn() + Send + Sync>;
Hook called after a CLI run completes.
pub struct OnShutdown { /* private fields */ }