fn uint(y: &Yaml, what: &'static str) -> Result<u64, String>Expand description
Unsigned 64-bit. Values above i64::MAX are legal for fixed64/uint64 and
arrive as strings, so they are parsed as u64 rather than routed through
int, which would reject them.