Merge pull request #1198 from Hywan/feat-tonapivalue-vec-numbers
This commit is contained in:
commit
67cf075f86
1 changed files with 4 additions and 0 deletions
|
@ -212,6 +212,10 @@ macro_rules! impl_for_primitive_type {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl_for_primitive_type!(u8);
|
||||||
|
impl_for_primitive_type!(i8);
|
||||||
|
impl_for_primitive_type!(u16);
|
||||||
|
impl_for_primitive_type!(i16);
|
||||||
impl_for_primitive_type!(u32);
|
impl_for_primitive_type!(u32);
|
||||||
impl_for_primitive_type!(i32);
|
impl_for_primitive_type!(i32);
|
||||||
impl_for_primitive_type!(i64);
|
impl_for_primitive_type!(i64);
|
||||||
|
|
Loading…
Reference in a new issue