Skip to main content

OnStop

Type Alias OnStop 

Source
pub type OnStop = Box<dyn FnOnce(EnvStop) + Send>;
Expand description

Shutdown callback: runs before compose down and home cleanup.

Aliased Typeยง

pub struct OnStop(/* private fields */);