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