pub type BoxedRestartCommand = Boxed<RestartCommand>;Aliased Type§
pub struct BoxedRestartCommand(pub Box<RestartCommand>);Tuple Fields§
§0: Box<RestartCommand>pub type BoxedRestartCommand = Boxed<RestartCommand>;pub struct BoxedRestartCommand(pub Box<RestartCommand>);0: Box<RestartCommand>