mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
Refactor filter factories (#278)
This commit is contained in:
parent
a13f677df8
commit
174b5d86f0
34 changed files with 271 additions and 657 deletions
|
@ -99,7 +99,7 @@ impl<T> fmt::Debug for Connector<T> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<T: Address, C: 'static> ServiceFactory<Connect<T>, C> for Connector<T> {
|
||||
impl<T: Address, C> ServiceFactory<Connect<T>, C> for Connector<T> {
|
||||
type Response = Io;
|
||||
type Error = ConnectError;
|
||||
type Service = Connector<T>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue