macro_rules! impl_ct_select_with_ct_assign {
( $($ty:ty),+ ) => { ... };
}Expand description
Macro to write impls of CtSelectUsingCtAssign.
macro_rules! impl_ct_select_with_ct_assign {
( $($ty:ty),+ ) => { ... };
}Macro to write impls of CtSelectUsingCtAssign.