Add methods to move ByteStrings underlying bytes

Add methods to move the underlying Vec<u8> for ByteString.
This commit is contained in:
Daniel Robertson 2016-02-17 19:45:35 +00:00
parent 184c7dbd47
commit d23774d3d7
4 changed files with 32 additions and 1 deletions

View file

@ -9,5 +9,6 @@ extern crate util;
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;
#[cfg(test)] mod textinput;
#[cfg(test)] mod dom {
mod bindings;
mod blob;
}