macro_rules! impl_into_arg_holder_default {
($($t:ty),*) => { ... };
}Expand description
Macro to implement IntoArgHolder for a list of types
macro_rules! impl_into_arg_holder_default {
($($t:ty),*) => { ... };
}Macro to implement IntoArgHolder for a list of types