Method lrs::string::NoNullString::reserve

Reserves memory for new bytes in the string.

Syntax

impl<H> NoNullString<H>
    where H: Allocator,
{
    fn reserve(&mut self, size: usize) -> Result<(), Errno>
}

Arguments

NameDescription
size

The amount of memory to reserve.