Skip to main content

ULeb128Fmt

Type Alias ULeb128Fmt 

Source
pub type ULeb128Fmt<const MINIMAL: bool, const RECLIMIT: usize> = FixWith<RECLIMIT, ULeb128RecBody<MINIMAL>, ()>;

Aliased Type§

pub struct ULeb128Fmt<const MINIMAL: bool, const RECLIMIT: usize>(pub ULeb128RecBody<MINIMAL>, pub ());

Tuple Fields§

§0: ULeb128RecBody<MINIMAL>§1: ()