Trait fastvlq::ReadVu64Ext[][src]

pub trait ReadVu64Ext<T> {
    fn read_vu64(&mut self) -> IoResult<T>;
}
Expand description

Extension trait to support reading bytes from standard reader interface as VLQ.

Required methods

Read a variable-length u64.

Implementors