> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::circuit::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.

## Signature

```rust theme={null}
pub extern type Circuit;
```
