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