We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd82ae2 commit 7ef2413Copy full SHA for 7ef2413
README.md
@@ -10,7 +10,7 @@
10
`MQRSTT` is an MQTTv5 client that provides sync and async (smol and tokio) implementation.
11
12
Because this crate aims to be runtime agnostic the user is required to provide their own data stream.
13
-The stream has to implement the smol or tokio [`AsyncReadExt`] and [`AsyncWrite`] traits.
+The stream has to implement the smol or tokio [`AsyncRead`] and [`AsyncWrite`] traits.
14
15
</div>
16
0 commit comments