parse_u64

Function parse_u64 

Source
fn parse_u64(
    value: Option<&str>,
    path: &str,
    default: u64,
) -> Result<u64, String>