mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-01 06:51:05 +00:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
error: Handlers must only take owned values
|
|
--> tests/debug_handler/fail/extract_self_ref.rs:19:22
|
|
|
|
|
19 | async fn handler(&self) {}
|
|
| ^^^^^
|