Skip to main content

BoxedListCommand

Type Alias BoxedListCommand 

Source
pub type BoxedListCommand = Boxed<ListCommand>;

Aliased Type§

pub struct BoxedListCommand(pub Box<ListCommand>);

Tuple Fields§

§0: Box<ListCommand>