Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Derror.rs15 use core::str::Utf8Error;
210 impl From<Utf8Error> for Error {
211 fn from(_: Utf8Error) -> Error { in from()
H A Dstr.rs329 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str() argument