Size

Type Alias 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.

Aliased Type§

pub struct Size { /* private fields */ }