Docs.rs
actix_error_proc-1.2.0
actix_error_proc 1.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
stifskere
Dependencies
actix-web ^4.11.0
normal
actix_error_proc_macros ^0.3.0
normal
thiserror ^2.0.12
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate actix_error_proc
actix_
error_
proc
1.2.0
All Items
Crate Items
Type Aliases
Attribute Macros
Derive Macros
Crate
actix_
error_
proc
Copy item path
Source
Type Aliases
§
Http
Result
Deprecated
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.