We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a160f98 commit 3788043Copy full SHA for 3788043
axum-extra/src/extract/json_deserializer.rs
@@ -1,4 +1,3 @@
1
-use axum::async_trait;
2
use axum::extract::{FromRequest, Request};
3
use axum_core::__composite_rejection as composite_rejection;
4
use axum_core::__define_rejection as define_rejection;
@@ -85,7 +84,6 @@ pub struct JsonDeserializer<T> {
85
84
_marker: PhantomData<T>,
86
}
87
88
-#[async_trait]
89
impl<T, S> FromRequest<S> for JsonDeserializer<T>
90
where
91
T: Deserialize<'static>,
0 commit comments