openvm_stark_backend::rap

Type Alias AirRef

Source
pub type AirRef<SC> = Arc<dyn AnyRap<SC>>;
Expand description

Shared reference to any Interactive Air. This type is the main interface for keygen.

Aliased Typeยง

struct AirRef<SC> { /* private fields */ }