1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 20:10:35 +02:00

allow register router resource for ResourceDef

This commit is contained in:
Nikolay Kim
2019-02-09 20:43:39 -08:00
parent 9979bfb3ef
commit a53f06a1a4
2 changed files with 9 additions and 1 deletions

View File

@ -89,7 +89,6 @@ where
/// `ApplyNewService` new service combinator
pub struct ApplyNewService<T, S>
where
// T::InitError: From<S::InitError>,
T: NewTransform<S::Service, InitError = S::InitError>,
T::Error: From<S::Error>,
S: NewService,