Home
last modified time | relevance | path

Searched defs:StringError (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/rust/alloc/
Dboxed.rs2299 struct StringError(String); in from() struct
2301 impl Error for StringError { in from() implementation
2308 impl fmt::Display for StringError { in from() implementation
2315 impl fmt::Debug for StringError { in from() implementation