pub fn read_bounded_u8<L>( lookup: &L, key: &str, default: u8, min: u8, max: u8, ) -> u8where L: ConfigValueLookup + ?Sized,
Reads a bounded u8 from a runtime configuration lookup.
u8