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