Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A 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