SignedInteger

Type Alias SignedInteger 

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

Aliased Typeยง

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