mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-16 00:00:15 +02:00
Add IntoBuf trait
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ mod imp;
|
||||
// TODO: delete
|
||||
mod alloc;
|
||||
|
||||
pub use imp::buf::{Buf, MutBuf};
|
||||
pub use imp::buf::{Buf, MutBuf, IntoBuf};
|
||||
pub use imp::bytes::Bytes;
|
||||
|
||||
pub mod buf {
|
||||
|
||||
Reference in New Issue
Block a user