Skip to main content

EncodeVByteLength

Trait EncodeVByteLength 

Source
pub trait EncodeVByteLength {
    // Required method
    fn vbyte_length(&self) -> u8;
}

Required Methods§

Source

fn vbyte_length(&self) -> u8

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§