Trait bc::LenVarInt

source ·
pub trait LenVarInt {
    // Required method
    fn len_var_int(&self) -> VarInt;
}

Required Methods§

Implementors§