Trait teo_runtime::handler::ctx_argument::HandlerCtxArgument
source · pub trait HandlerCtxArgument<A>: Send + Sync + 'static {
// Required method
fn call(&self, ctx: Ctx) -> BoxFuture<'static, Result<Response>>;
}