Searched refs:Utf8Error (Results 1 – 2 of 2) sorted by relevance
17 use core::str::Utf8Error;189 impl From<Utf8Error> for Error {190 fn from(_: Utf8Error) -> Error { in from()
178 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str() argument