The diagnostic context, if any.
(&self)
| 198 | |
| 199 | /// The diagnostic context, if any. |
| 200 | pub fn context(&self) -> Option<&ErrorContext> { |
| 201 | self.ctx.as_ref() |
| 202 | } |
| 203 | |
| 204 | /// Access the underlying source error, if any. |
| 205 | pub fn source_ref(&self) -> Option<&(dyn StdError + Send + Sync + 'static)> { |
no outgoing calls
no test coverage detected