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