pub type OnStop = Box<dyn FnOnce(EnvStop) + Send>;
Shutdown callback: runs before compose down and home cleanup.
pub struct OnStop(/* private fields */);