Macro from_sql_integral

Source
macro_rules! from_sql_integral {
    ($t:ident) => { ... };
    (non_zero $nz:ty, $z:ty) => { ... };
}