Lines Matching defs:Error
61 pub fn errors(&self) -> &[Error] { in errors()
86 impl From<ErrorStack> for io::Error { implementation
87 fn from(e: ErrorStack) -> io::Error { in from()
92 impl From<ErrorStack> for fmt::Error { implementation
93 fn from(_: ErrorStack) -> fmt::Error { in from()
100 pub struct Error { struct
108 unsafe impl Sync for Error {} argument
109 unsafe impl Send for Error {} implementation
111 impl Error { implementation
290 impl fmt::Debug for Error { implementation
312 impl fmt::Display for Error { implementation
340 impl error::Error for Error {} implementation