pub type FieldArithmeticAir = VmAirWrapper<NativeAdapterAir<2, 1>, FieldArithmeticCoreAir>;
Aliased Type§
struct FieldArithmeticAir {
pub adapter: NativeAdapterAir<2, 1>,
pub core: FieldArithmeticCoreAir,
}
Fields§
§adapter: NativeAdapterAir<2, 1>
§core: FieldArithmeticCoreAir