Docs.rs
actix_error_proc-1.1.4
actix_error_proc 1.1.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
stifskere
Dependencies
actix-web ^4.9.0
normal
actix_error_proc_macros ^0.2.3
normal
thiserror ^2.0.11
normal
optional
Versions
50%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
actix_
error_
proc
1.1.4
All Items
Crate Items
Type Aliases
Attribute Macros
Derive Macros
Crate
actix_error_proc
Copy item path
Source
Type Aliases
§
Http
Result
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
§
Actix
Error
This macro is helps the HttpResult type to infer
thiserror::Error
errors and convert it to
actix_web::HttpResponse
with attributes.