1.0.0[−][src]Constant sgx_tstd::u8::MAX
pub const MAX: u8 = u8::max_value(); // 255u8
The largest value that can be represented by this integer type.
Use u8::MAX
instead.
pub const MAX: u8 = u8::max_value(); // 255u8
The largest value that can be represented by this integer type.
Use u8::MAX
instead.