Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Derror.rs106 struct ErrorMessage { struct
112 span: ThreadBound<SpanRange>,
113 message: String,
277 impl ErrorMessage { implementation
368 impl Debug for ErrorMessage { implementation
388 impl Clone for ErrorMessage { implementation