SignedVariableInteger

Type Alias SignedVariableInteger 

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

Aliased Typeยง

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