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