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