Type Alias matchbox_socket::Packet

source ·
pub type Packet = Box<[u8]>;
Expand description

The raw format of data being sent and received.

Aliased Type§

struct Packet(/* private fields */);