Method lrs::string::NoNullString::new

Creates a new, allocated NoNullString.

Syntax

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