parse_u64_strict

Function parse_u64_strict 

Source
pub fn parse_u64_strict(var: &str, raw: &str) -> Result<u64>
Expand description

Strict u64 parser for the env overrides (decimal or 0x-hex). Junk is a startup ERROR, never a silent fallthrough (PCND).