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