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