Docs.rs
axum-macros-0.5.1
Platform
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
axum-macros 0.5.1
Macros for axum
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
.gitkeep
argument_not_extractor.rs
argument_not_extractor.stderr
duplicate_args.rs
duplicate_args.stderr
extension_not_clone.rs
extension_not_clone.stderr
extract_self_mut.rs
extract_self_mut.stderr
extract_self_ref.rs
extract_self_ref.stderr
generics.rs
generics.stderr
invalid_attrs.rs
invalid_attrs.stderr
json_not_deserialize.rs
json_not_deserialize.stderr
multiple_paths.rs
multiple_paths.stderr
multiple_request_consumers.rs
multiple_request_consumers.stderr
not_a_function.rs
not_a_function.stderr
not_async.rs
not_async.stderr
not_send.rs
not_send.stderr
output_tuple_too_many.rs
output_tuple_too_many.stderr
returning_request_parts.rs
returning_request_parts.stderr
single_wrong_return_tuple.rs
single_wrong_return_tuple.stderr
too_many_extractors.rs
too_many_extractors.stderr
wrong_order.rs
wrong_order.stderr
wrong_return_tuple.rs
wrong_return_tuple.stderr
wrong_return_type.rs
wrong_return_type.stderr
1
2
3
4
5
6
use
axum_macros
::
debug_handler
;
#
[
debug_handler
]
struct
A
;
fn
main
(
)
{
}