pub type NetBufBox = Box<NetBuf>;
A RAII network buffer wrapped in a Box.
Box
struct NetBufBox(/* private fields */);