macro_rules! witness_mode {
($($circuit:ident),*) => { ... };
}
Expand description
The witness_mode!
macro returns the expected mode given a list of circuits.
macro_rules! witness_mode {
($($circuit:ident),*) => { ... };
}
The witness_mode!
macro returns the expected mode given a list of circuits.