pub fn read_positive_u32<L>(lookup: &L, key: &str, default: u32) -> u32where L: ConfigValueLookup + ?Sized,
Reads a positive u32 from a runtime configuration lookup.
u32