Trait funty::Is8[][src]

pub trait Is8: IsNumber { }

Declare that a type is exactly eight bits wide.

Implementors

impl Is8 for i8[src]

impl Is8 for u8[src]

Loading content...