Skip to main content

BoxedEnableCommand

Type Alias BoxedEnableCommand 

Source
pub type BoxedEnableCommand = Boxed<EnableCommand>;

Aliased Type§

pub struct BoxedEnableCommand(pub Box<EnableCommand>);

Tuple Fields§

§0: Box<EnableCommand>