Home
last modified time | relevance | path

Searched refs:Utf8Error (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/kernel/
H A Derror.rs17 use core::str::Utf8Error;
189 impl From<Utf8Error> for Error {
190 fn from(_: Utf8Error) -> Error { in from()
H A Dstr.rs178 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str() argument