Skip to main content

clamp_u8

Function clamp_u8 

Source
fn clamp_u8(v: i32, max: u8) -> u8
Expand description

Enums arrive as i32 and a client can send anything. Out of range becomes the zero variant, which every OTLP enum defines as “unspecified”.