Searched defs:decode_utf8_lossy (Results 1 – 2 of 2) sorted by relevance
436 pub fn decode_utf8_lossy(self) -> Cow<'a, str> { in decode_utf8_lossy() method442 fn decode_utf8_lossy(input: Cow<'_, [u8]>) -> Cow<'_, str> { in decode_utf8_lossy() function
388 pub(crate) fn decode_utf8_lossy(input: Cow<'_, [u8]>) -> Cow<'_, str> { in decode_utf8_lossy() function