UnaryRequestHandler

Type Alias UnaryRequestHandler 

Source
pub type UnaryRequestHandler<Context> = dyn Fn(CommonPayload, ProcedureContext<Context>) -> UnaryResponse + Send + Sync;
Expand description

Handler type for a unary procedure.