pub type BoxedCommand = Command<Box<[u8]>>;
pub struct BoxedCommand { pub header: Header, pub data: Box<[u8]>, }
header: Header
data: Box<[u8]>