Module byte_slab::slab_box[][src]

Expand description

An owned allocation from a BSlab

A SlabBox may be read or written to (exclusively) by the owner. A SlabBox may also be converted into a SlabArc in order to be shared. The underlying memory is freed for reuse automatically when the Box has been dropped.

Structs

An owned, BSlab allocated chunk of bytes.