Add IntoBuf trait

This commit is contained in:
Carl Lerche
2016-09-25 22:40:39 -07:00
parent b10992a5e8
commit 4ca7e0fabf
4 changed files with 67 additions and 2 deletions
+1 -1
View File
@@ -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 {