pub type BoxedLaunchHandler = Box<dyn LaunchHandler>;
pub struct BoxedLaunchHandler(/* private fields */);