Trait Is8
funty
pub trait Is8: IsNumber { }
Declare that a type is exactly eight bits wide.
impl Is8 for i8
impl Is8 for u8