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