Skip to main content

read_bounded_u64

Function read_bounded_u64 

Source
pub fn read_bounded_u64<L>(
    lookup: &L,
    key: &str,
    default: u64,
    min: u64,
    max: u64,
) -> u64
Expand description

Reads a u64 within an inclusive range from a runtime configuration lookup.