Crate actix_error_proc

Source

Type Aliases§

HttpResult
This is a type alias that you can use as http route handler result, it binds to Result<HttpResponse, E>.

Attribute Macros§

proof_route
This macro attribute wraps actix http route handlers, due to the limitation where the attribute definition order is undefined this macro also wraps the actix_web::{get, post, put, patch, delete, options, trace} macros.

Derive Macros§

ActixError
This macro is helps the HttpResult type to infer thiserror::Error errors and convert it to actix_web::HttpResponse with attributes.