core::circuit
core::circuit::AddInputResult
The result of filling an input in the circuit instance’s data.
This enum represents the state of input filling process, indicating whether
all inputs have been provided or more are needed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
pub enum AddInputResult {
Done: CircuitData,
More: CircuitInputAccumulator,
}
Done: CircuitData
More: CircuitInputAccumulator
Was this page helpful?