impl<H> NoNullString<H> where H: Allocator, { fn from_bytes(bytes: Vec<u8, H>) -> Result<NoNullString<H>, Vec<u8, H>> }