Clears the string and sets it to a new value.
impl<H> NoNullString<H> where H: Allocator, { fn set_path<F>(&mut self, path: F) -> Result<(), Errno> where F: AsNoNullStr, }
The new contents of the string.