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