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