Attribute Macros§
- proof_
route Deprecated - 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§
- Actix
Error Deprecated - This macro is helps the HttpResult type to infer
thiserror::Errorerrors and convert it toactix_web::HttpResponsewith attributes.