Type Definition dync::SmallValue

source · []
pub type SmallValue<V> = Value<MaybeUninit<usize>, V>;

Implementations

This function will panic if the given type does not fit into a usize.

Convert this value into its destructured parts.

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