mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
FromRequestParts does not have a 'B' type (#1315)
This commit is contained in:
parent
d0b4c9032e
commit
426b9f91e8
@ -313,7 +313,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
impl<S> FromRequestParts<S> for MyExtractor
|
impl<S> FromRequestParts<S> for MyExtractor
|
||||||
where
|
where
|
||||||
S: Send + Sync,
|
S: Send + Sync,
|
||||||
B: Send + 'static,
|
|
||||||
{
|
{
|
||||||
type Rejection = StatusCode;
|
type Rejection = StatusCode;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user