mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-01 08:45:10 +02:00
export Uri
This commit is contained in:
@ -22,7 +22,7 @@ pub struct H1Service<T, S> {
|
||||
|
||||
impl<T, S> H1Service<T, S>
|
||||
where
|
||||
S: NewService,
|
||||
S: NewService<Request = Request, Response = Response> + Clone,
|
||||
S::Service: Clone,
|
||||
S::Error: Debug,
|
||||
{
|
||||
|
Reference in New Issue
Block a user