Add FromSql/ToSql impls for isize.

This commit is contained in:
John Gallagher
2017-04-05 12:52:37 -04:00
parent ccf1f61127
commit a1206d5076
4 changed files with 15 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ macro_rules! from_i64(
from_i64!(i8);
from_i64!(i16);
from_i64!(i32);
from_i64!(isize);
from_i64!(u8);
from_i64!(u16);
from_i64!(u32);