pub trait ConstCellFn { // Required method fn call(&mut self, ctx: ConstFnCtx<'_>, input: Val) -> Val; }