Method lrs::string::ByteString::new

Creates a new allocated ByteString.

Syntax

impl<H> ByteString<H>
    where H: Allocator,
          <H as Allocator>::Pool: Default,
{
    fn new() -> ByteString<H>
}