macro_rules! impl_downcast_array { ($($xs:ident),*) => { ... }; }
Expand description
This macro works much like impl_to_function_interface
by implementing the array downcast trait for tuples of variable lengths
macro_rules! impl_downcast_array { ($($xs:ident),*) => { ... }; }
This macro works much like impl_to_function_interface
by implementing the array downcast trait for tuples of variable lengths