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