Skip to main content

BoxedListDevicesCommand

Type Alias BoxedListDevicesCommand 

Source
pub type BoxedListDevicesCommand = Boxed<ListDevicesCommand>;

Aliased Type§

pub struct BoxedListDevicesCommand(pub Box<ListDevicesCommand>);

Tuple Fields§

§0: Box<ListDevicesCommand>