☰
Trait Is8
Implementations on Foreign Types
i8
u8
Implementors
Other items in
funty
All crates
?
Trait
funty
::
Is8
[
−
]
[src]
pub trait Is8:
IsNumber
{ }
Expand description
Declare that a type is exactly eight bits wide.
Implementations on Foreign Types
[src]
impl
Is8
for
i8
[src]
impl
Is8
for
u8
Implementors