Skip to main content

write

Function write 

Source
pub fn write<K: Sink, T: Varint>(v: &T, w: &mut K) -> Result<(), BitError>
Expand description

Writes one LEB128 value in canonical (minimal) form.

ยงErrors

Only what the underlying Sink reports (e.g. a bounded buffer running out).