mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
146ae4da18
For allowing a more ergonomic use and better integration on the ecosystem, this adds the `std::error::Error` `impl` for our custom errors. We intent to drop this hand made code once `derive_more` finishes the addition of the Error derive support[1]. Until that is available, we need to live with that. 1. https://github.com/JelteF/derive_more/issues/92 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |
||
---|---|---|
.. | ||
middleware | ||
types | ||
app_service.rs | ||
app.rs | ||
config.rs | ||
data.rs | ||
error.rs | ||
extract.rs | ||
guard.rs | ||
handler.rs | ||
info.rs | ||
lib.rs | ||
request.rs | ||
resource.rs | ||
responder.rs | ||
rmap.rs | ||
route.rs | ||
scope.rs | ||
server.rs | ||
service.rs | ||
test.rs | ||
web.rs |