BoxedCommand

Type Alias BoxedCommand 

Source
pub type BoxedCommand = Command<Box<[u8]>>;

Aliased Type§

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

Fields§

§header: Header§data: Box<[u8]>