Home
last modified time | relevance | path

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

/linux/rust/kernel/
A Derror.rs13 use core::str::Utf8Error;
194 impl From<Utf8Error> for Error {
195 fn from(_: Utf8Error) -> Error { in from()
A Dstr.rs281 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str() argument

Completed in 8 milliseconds