macro_rules! circuit_initialization_from_scratch {
($C:ty, $F:ident $(, $other:ident)* $(where $($conds:tt)+ )?) => { ... };
}Expand description
Implements crate::circuit::CircuitInitialization for the given type
based on its FromScratch implementation.