mirror of
https://github.com/Noratrieb/icefun.git
synced 2026-03-15 16:46:03 +01:00
loop
This commit is contained in:
parent
b40c185fc9
commit
44a0230869
2 changed files with 3 additions and 33 deletions
|
|
@ -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>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue