macro_rules! circuit {
    ([$meta:expr, $cb:expr], $content:block) => { ... };
}
Expand description

Circuit builder macros Nested macro’s can’t do repetition https://github.com/rust-lang/rust/issues/35853 so we expose a couple of permutations here manually.