Skip to main content

OnShutdown

Type Alias OnShutdown 

Source
pub type OnShutdown = Arc<dyn Fn() + Send + Sync>;
Expand description

Hook called after a CLI run completes.

Aliased Typeยง

pub struct OnShutdown { /* private fields */ }