Type Definition human_size::Size

source ·
pub type Size = SpecificSize<Any>;
Expand description

Size with a generic Multiple.

Notes

The size of Size is 16 bytes, but using a specific multiple, e.g. SpecificSize<Byte>, requires only 8 bytes.