openvm_stark_sdk

Macro any_rap_arc_vec

Source
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!.