mirror of
https://github.com/Noratrieb/icefun.git
synced 2026-01-14 12:55:02 +01:00
INCREMENTAL-BROKE
This commit is contained in:
parent
44a0230869
commit
47fe5ba602
1 changed files with 3 additions and 4 deletions
|
|
@ -106,10 +106,9 @@ pub(crate) mod new_svc {
|
|||
state: State<I, S, E, W>,
|
||||
}
|
||||
|
||||
pub(super) enum State<I, S, E, W: Watcher<I, S, E>> {
|
||||
Connecting { a: (I, S, W, E) },
|
||||
|
||||
Connected { future: W::Future },
|
||||
pub(super)struct State<I, S, E, W: Watcher<I, S, E>> {
|
||||
a: (I, S, E),
|
||||
future: W::Future,
|
||||
}
|
||||
|
||||
impl<I, S: HttpService<Body>, E, W: Watcher<I, S, E>> NewSvcTask<I, S, E, W> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue