Macro impl_arg_into_ref

Source
macro_rules! impl_arg_into_ref {
    ($($t:ty),*) => { ... };
}
Expand description

Macro to implement ArgIntoRef for a list of types