Skip to content

Commit b1da42f

Browse files
committed
add docs
1 parent afd7449 commit b1da42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,7 @@ impl<S: Service> Client<S> {
11971197
}
11981198
}
11991199

1200+
/// Performs a request for which the client can send updates but does not receive a reply from the server.
12001201
pub fn notify_streaming<Req, Update>(
12011202
&self,
12021203
msg: Req,

0 commit comments

Comments
 (0)