pub type ClientStreamsRequestHandler<Context> = dyn Fn(ClientStreamsPayload, Arc<Context>) -> ClientStreamsResponse + Send + Sync;
Expand description

Handler type for a client streams procedure