Function unsigned_varint::io::read_u64 [−][src]
pub fn read_u64<R: Read>(reader: R) -> Result<u64, ReadError>
Try to read and decode a
u64
from the given Read
type.
pub fn read_u64<R: Read>(reader: R) -> Result<u64, ReadError>
Try to read and decode a
u64
from the given Read
type.