Trait funty::AtMost16[][src]

pub trait AtMost16: IsNumber { }

Declare that a type is sixteen or fewer bits wide.

Implementors

impl AtMost16 for i8[src]

impl AtMost16 for i16[src]

impl AtMost16 for u8[src]

impl AtMost16 for u16[src]

Loading content...