Type Alias linkspace::prelude::NetPktBox

pub type NetPktBox = Box<NetPktFatPtr>;
Expand description

Heap allocated repr of a NetPkt.

Aliased Type§

struct NetPktBox(/* private fields */);