We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b381a commit 3870977Copy full SHA for 3870977
README.md
@@ -1,5 +1,5 @@
1
# pipe-rs
2
3
```Rust
4
-pipe(W: AsyncWrite, R: AsyncRead>() -> (W, R)
+pipe<W: AsyncWrite, R: AsyncRead>() -> (W, R)
5
```
0 commit comments