pub type ServerStreamsRequestHandler<Context> = dyn Fn(CommonPayload, ProcedureContext<Context>) -> ServerStreamsResponse + Send + Sync;Expand description
Handler type for a server streams procedure
pub type ServerStreamsRequestHandler<Context> = dyn Fn(CommonPayload, ProcedureContext<Context>) -> ServerStreamsResponse + Send + Sync;Handler type for a server streams procedure