DEBSOURCES
Skip Quicknav
sources / rust-axum / 0.7.9-13 / axum-macros / tests / debug_handler / fail / extract_self_mut.stderr
12345
error: Handlers must only take owned values --> tests/debug_handler/fail/extract_self_mut.rs:23:22 | 23 | async fn handler(&mut self) {} | ^^^^^^^^^