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