MCPcopy Create free account
hub / github.com/chridou/http-api-problem / source

Method source

src/api_error.rs:230–232  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

228
229impl Error for ApiError {
230 fn source(&self) -> Option<&(dyn Error + 'static)> {
231 self.cause.as_ref().map(|e| &**e as _)
232 }
233}
234
235impl fmt::Display for ApiError {

Callers 1

detail_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected