pub type SignedVariableInteger<const BITS: u8> = SerdeInteger<true, true, BITS>;

Aliased Type§

struct SignedVariableInteger<const BITS: u8> { /* private fields */ }