util: add reexport of bytes crate (#5725)

This commit is contained in:
RaccoonSupremacy
2023-05-28 19:12:40 +02:00
committed by GitHub
parent 98c8c38e96
commit 0b2c9b8bab
+2
View File
@@ -55,6 +55,8 @@ pub mod sync;
pub mod either;
pub use bytes;
#[cfg(any(feature = "io", feature = "codec"))]
mod util {
use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};