pub type NativeJalAir = VmAirWrapper<JalNativeAdapterAir, JalCoreAir>;
Aliased Type§
struct NativeJalAir {
pub adapter: JalNativeAdapterAir,
pub core: JalCoreAir,
}
Fields§
§adapter: JalNativeAdapterAir
§core: JalCoreAir
pub type NativeJalAir = VmAirWrapper<JalNativeAdapterAir, JalCoreAir>;
struct NativeJalAir {
pub adapter: JalNativeAdapterAir,
pub core: JalCoreAir,
}
adapter: JalNativeAdapterAir
§core: JalCoreAir