Skip to main content

BoxedRestartCommand

Type Alias BoxedRestartCommand 

Source
pub type BoxedRestartCommand = Boxed<RestartCommand>;

Aliased Type§

pub struct BoxedRestartCommand(pub Box<RestartCommand>);

Tuple Fields§

§0: Box<RestartCommand>