macro_rules! reorder_impl_from {
(@rgb $t1:ident, $t2:ident) => { ... };
(@rgba $t1:ident, $t2:ident) => { ... };
(@once $t1:ident, $t2:ident, $($component:ident),+) => { ... };
}
macro_rules! reorder_impl_from {
(@rgb $t1:ident, $t2:ident) => { ... };
(@rgba $t1:ident, $t2:ident) => { ... };
(@once $t1:ident, $t2:ident, $($component:ident),+) => { ... };
}