Trait funty::AtMost8[][src]

pub trait AtMost8: IsNumber { }

Declare that a type is eight or fewer bits wide.

Implementors

impl AtMost8 for i8[src]

impl AtMost8 for u8[src]

Loading content...