Method lrs::string::NoNullString::unused

Returns a slice to the unused but reserved memory in the underlying vector.

Syntax

impl<H> NoNullString<H>
    where H: Allocator,
{
    fn unused(&mut self) -> &mut [u8]
}