Function fourleaf::wire::decode_u64 [] [src]

pub fn decode_u64<R: Read>(r: &mut R) -> Result<u64>

Decode an unsigned integer from the given input, parsing up to 64 bits.

This fails if the encoded value overflows a u64.