Type Definition dync::BoxValue

source · []
pub type BoxValue<V> = Value<Box<[MaybeUninit<u8>]>, V>;

Implementations

Convert this value into its destructured parts.

The caller must insure that the memory allocated by the returned bytes is freed.