Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dboxed.rs2277 struct StringError(String); in from() struct
2279 impl Error for StringError { in from() implementation
2286 impl fmt::Display for StringError { in from() implementation
2293 impl fmt::Debug for StringError { in from() implementation