Method lrs::string::ByteString::unwrap

Unwraps the vector contained in the string.

Syntax

impl<H> ByteString<H>
    where H: Allocator,
{
    fn unwrap(self) -> Vec<u8, H>
}