pub fn read_bounded_u64<L>(
lookup: &L,
key: &str,
default: u64,
min: u64,
max: u64,
) -> u64where
L: ConfigValueLookup + ?Sized,Expand description
Reads a u64 within an inclusive range from a runtime configuration lookup.