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