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