Trait AtMost16
funty
pub trait AtMost16: IsNumber { }
Declare that a type is sixteen or fewer bits wide.
impl AtMost16 for i8
impl AtMost16 for i16
impl AtMost16 for u8
impl AtMost16 for u16