Why must Json<T> be the last Axum handler argument when other arguments read request part…

from Rust backend development
Rust 1.98 intermediate 1 min

Why must Json<T> be the last Axum handler argument when other arguments read request parts?

Report an error