1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 08:57:00 +02:00

add impl Future for Reply

This commit is contained in:
Nikolay Kim
2018-05-01 17:30:06 -07:00
parent 8d65468c58
commit a1958deaae
6 changed files with 50 additions and 2 deletions

View File

@@ -423,6 +423,7 @@ impl<S: 'static> WaitingResponse<S> {
fut,
_s: PhantomData,
}),
ReplyItem::None => panic!("use after resolve"),
}
}