Skip to main content

VarLongWrite

Trait VarLongWrite 

Source
pub trait VarLongWrite: Write {
    // Provided method
    fn write_varlong(&mut self, value: i64) -> Result<(), CodecError> { ... }
}

Provided Methods§

Source

fn write_varlong(&mut self, value: i64) -> Result<(), CodecError>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§