Searched defs:CloseClientStreamVisitor (Results 1 – 1 of 1) sorted by relevance
55 struct CloseClientStreamVisitor final { struct56 using result_type = void;57 result_type operator()(std::monostate&) {} in operator ()()58 result_type operator()(pw::rpc::RawUnaryReceiver&) {} in operator ()()59 result_type operator()(pw::rpc::RawClientReaderWriter& call) { in operator ()()