pub fn query_expression<F: Field, T>(
    meta: &mut ConstraintSystem<F>,
    f: impl FnMut(&mut VirtualCells<'_, F>) -> T
) -> T
Expand description

Steal the expression from gate