Type Definition inline_dyn::DefaultSize[][src]

type DefaultSize = U8;

A type-level integer corresponding to the default size and alignment of the internal storage of an InlineDyn.

The value of this integer should be equivalent to the size of a pointer (in bytes).