macro_rules! match_each_integer_ptype {
($self:expr, | $enc:ident | $body:block) => { ... };
}Expand description
Macro to match over each integer PType, binding the corresponding native type (from NativePType)
macro_rules! match_each_integer_ptype {
($self:expr, | $enc:ident | $body:block) => { ... };
}Macro to match over each integer PType, binding the corresponding native type (from NativePType)