pub type CheckFn<Ctx> = dyn Fn(&Ctx, Value<'_>) -> Result<bool, Box<dyn StdError>>;
Callback type for operator check function