1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-28 01:52:57 +01:00
actix-web/actix-http/src/ws
Otavio Salvador 146ae4da18 Implement std::error::Error for our custom errors
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>
2020-03-18 00:22:18 -03:00
..
codec.rs Add websockets continuation frame support 2019-12-12 14:06:54 +06:00
dispatcher.rs upgrade to actix-net release 2019-12-11 19:20:20 +06:00
frame.rs Fix Clippy warnings 2020-02-27 12:39:04 +09:00
mask.rs clippy warnings 2019-12-08 00:46:51 +06:00
mod.rs Implement std::error::Error for our custom errors 2020-03-18 00:22:18 -03:00
proto.rs Fix Clippy warnings 2020-02-27 12:39:04 +09:00