pub fn read_non_negative_u64<L>(lookup: &L, key: &str, default: u64) -> u64where L: ConfigValueLookup + ?Sized,
Reads a non-negative u64 from a runtime configuration lookup.
u64