Type Definition stdint::size_t

source ·
pub type size_t = usize;
Expand description

The unsigned integer type of the result of the sizeof operator.