pub type BufferSize = NonZeroU64;
Expand description
Integral type used for BufferSlice
sizes.
Note that while this type is non-zero, a Buffer
per se can have a size of zero,
but no slice or mapping can be created from it.
Aliased Type§
struct BufferSize(/* private fields */);