Trait derive::LenVarInt

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

Required Methods§

Implementations on Foreign Types§

source§

impl<T> LenVarInt for Confined<Vec<T>, 0, bc::::coding::VarIntArray::{constant#1}>

Implementors§