Method lrs::string::String::new

Syntax

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