Type Definition grpcio::ClientCStreamSender [−][src]
type ClientCStreamSender<T> = StreamingCallSink<T>;
A sink for client streaming call.
To close the sink properly, you should call close
before dropping.
type ClientCStreamSender<T> = StreamingCallSink<T>;
A sink for client streaming call.
To close the sink properly, you should call close
before dropping.