macro_rules! dispatch_data_types {
($impl:expr, [$($k:ident = $v:ident),*], $body:tt) => { ... };
}Expand description
Dispatch the code block to all variants of DataType.
There’s no inner value to access, so only alias bindings are supported. Refer to
dispatch_array_variants for usage.