Trait teo_runtime::pipeline::item::compare::CompareArgument
source · pub trait CompareArgument<A, O: Into<ValidateResult>>: Send + Sync + 'static {
// Required method
fn call(&self, old: Value, new: Value, ctx: Ctx) -> BoxFuture<'static, O>;
}