Crate actix_error_proc_macros

Crate actix_error_proc_macros 

Source

Attribute Macros§

proof_routeDeprecated
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§

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