pub type UnaryRequestHandler<Context> = dyn Fn(CommonPayload, ProcedureContext<Context>) -> UnaryResponse + Send + Sync;Expand description
Handler type for a unary procedure.
pub type UnaryRequestHandler<Context> = dyn Fn(CommonPayload, ProcedureContext<Context>) -> UnaryResponse + Send + Sync;Handler type for a unary procedure.