Circuit
A type that creates a circuit from a tuple of outputs.This type represents a complete circuit instance, constructed from its output gates. The type parameter Outputs
defines the structure of the circuit's outputs.
Fully qualified path: core::circuit::Circuit
pub extern type Circuit<Outputs>