pub trait VmCoreAir<AB, I>: BaseAirWithPublicValues<AB::F>{
// Required method
fn eval(
&self,
builder: &mut AB,
local_core: &[AB::Var],
from_pc: AB::Var,
) -> AdapterAirContext<AB::Expr, I>;
}
pub trait VmCoreAir<AB, I>: BaseAirWithPublicValues<AB::F>{
// Required method
fn eval(
&self,
builder: &mut AB,
local_core: &[AB::Var],
from_pc: AB::Var,
) -> AdapterAirContext<AB::Expr, I>;
}