mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Refactor filter factories (#278)
This commit is contained in:
parent
a13f677df8
commit
174b5d86f0
34 changed files with 271 additions and 657 deletions
|
@ -53,7 +53,7 @@ impl<R, E, F> fmt::Debug for KeepAlive<R, E, F> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<R, E, F, C: 'static> ServiceFactory<R, C> for KeepAlive<R, E, F>
|
||||
impl<R, E, F, C> ServiceFactory<R, C> for KeepAlive<R, E, F>
|
||||
where
|
||||
F: Fn() -> E + Clone,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue