pub type ServerStreamsRequestHandler<Context> = dyn Fn(CommonPayload, Arc<Context>) -> ServerStreamsResponse + Send + Sync;
Expand description

Handler type for a server streams procedure