read_u64

Function read_u64 

Source
pub fn read_u64<R: Read>(reader: R) -> Result<u64, ReadError>
Expand description

Try to read and decode a u64 from the given Read type.