macro_rules! with_match_primitive_type_id {
($key_type:expr, | $_:tt $T:ident | $body:tt, $nbody:tt) => { ... };
}
Expand description
Match the logical type and apply $body
to all primitive types and
nbody
to other types.
macro_rules! with_match_primitive_type_id {
($key_type:expr, | $_:tt $T:ident | $body:tt, $nbody:tt) => { ... };
}
Match the logical type and apply $body
to all primitive types and
nbody
to other types.