derive

Type Alias VarIntBytes

Source
pub type VarIntBytes<const MIN_LEN: usize = 0> = Confined<Vec<u8>, MIN_LEN, bc::::coding::VarIntBytes::{constant#1}>;

Aliased Typeยง

struct VarIntBytes<const MIN_LEN: usize = 0>(/* private fields */);