Creates a ByteString by wrapping a vector.
ByteString
impl<H> ByteString<H> where H: Allocator, { fn from_vec(v: Vec<u8, H>) -> ByteString<H> }
The vector to be wrapped.