Home
last modified time | relevance | path

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

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