Constant MAX_BOUND
pub const MAX_BOUND: usize = usize::MAX; // 18_446_744_073_709_551_615usize
Expand description
The maximum vector bound, corresponding to the MAX
constraint in FIDL.
pub const MAX_BOUND: usize = usize::MAX; // 18_446_744_073_709_551_615usize
The maximum vector bound, corresponding to the MAX
constraint in FIDL.