pub type CircuitDefine<T> = <T as CircuitWitness>::PrivateElement;Expand description
Type alias for the circuit definition structure.
This represents the private element structure used during circuit construction, containing all the private variables and intermediate computations.