mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
fix
This commit is contained in:
parent
a160f98ac2
commit
378804373c
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
use axum::async_trait;
|
||||
use axum::extract::{FromRequest, Request};
|
||||
use axum_core::__composite_rejection as composite_rejection;
|
||||
use axum_core::__define_rejection as define_rejection;
|
||||
|
@ -85,7 +84,6 @@ pub struct JsonDeserializer<T> {
|
|||
_marker: PhantomData<T>,
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
impl<T, S> FromRequest<S> for JsonDeserializer<T>
|
||||
where
|
||||
T: Deserialize<'static>,
|
||||
|
|
Loading…
Add table
Reference in a new issue