pub struct CircuitDescription<S> { /* private fields */ }
Expand description

A circuit description file

Since circuit descriptions are often large, it will perform lazy disk I/O, loading only the required data to satisfy the user operation.

Implementations

Open a CDF file as read-only.

Create a new instance of the CDF consumer by reference

Create a new context with a referennce to the underlying source

Create a new circuit description instance.

Attempt to read an indexed constraint from the source

Attempt to read an indexed witness from the source

Attempt to fetch a path from source cache

Return the inner source

CDF file metadata

CDF preamble metadata

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.