This commit is contained in:
nora 2023-03-07 16:39:54 +01:00
parent b40c185fc9
commit 44a0230869
2 changed files with 3 additions and 33 deletions

View file

@ -119,7 +119,6 @@ pub(crate) mod new_svc {
}
impl<I, S, B, E, W> Future for NewSvcTask<I, S, E, W>
where
I: AsyncRead + AsyncWrite + Unpin + Send + 'static,
S: HttpService<Body, ResBody = B>,
B: HttpBody + 'static,
B::Error: Into<Box<dyn StdError + Send + Sync>>,