macro_rules! any_rap_arc_vec { [$($e:expr),*] => { ... }; }
Expand description
A macro to create a Vec<Arc<dyn AnyRap<_>>>
from a list of AIRs because Rust cannot infer the
type correctly when using vec!
.
macro_rules! any_rap_arc_vec { [$($e:expr),*] => { ... }; }
A macro to create a Vec<Arc<dyn AnyRap<_>>>
from a list of AIRs because Rust cannot infer the
type correctly when using vec!
.