macro_rules! tuple_impls {
($(
$Tuple:ident {
$(($idx:tt) -> $T:ident)+
}
)+) => { ... };
}
Expand description
Helper macro to implement IsolationHelper for tuple of IsolationHelper
macro_rules! tuple_impls {
($(
$Tuple:ident {
$(($idx:tt) -> $T:ident)+
}
)+) => { ... };
}
Helper macro to implement IsolationHelper for tuple of IsolationHelper