Truncates the string to a certain size.
impl<H> NoNullString<H> where H: Allocator, { fn truncate(&mut self, size: usize) -> () }
The new length of the string.