macro_rules! impl_to_from_pax_value {
($Type:ty, $Variant:path) => { ... };
($Type:ty, $OuterVariant:path, $InnerVariant:path) => { ... };
}macro_rules! impl_to_from_pax_value {
($Type:ty, $Variant:path) => { ... };
($Type:ty, $OuterVariant:path, $InnerVariant:path) => { ... };
}