Trait fastvlq::WriteVu64Ext[][src]

pub trait WriteVu64Ext<T> {
    fn write_vu64(&mut self, n: T) -> IoResult<()>;
}
Expand description

Extension trait to support writing VLQ to standard writer interface.

Required methods

Write a variable-length u64.

Implementors