Method lrs::string::CPtrPtr::new

Allocates a new CPtrPtr.

Syntax

impl<Heap> CPtrPtr<Heap>
    where Heap: Allocator,
          <Heap as Allocator>::Pool: Default,
{
    fn new() -> Result<CPtrPtr<Heap>, Errno>
}