[−][src]Trait actix_server::ServiceFactory
Associated Types
type NewService: NewService<Config = ServerConfig, Request = Io<TcpStream>>
Required methods
fn create(&self) -> Self::NewService
Implementors
impl<F, T> ServiceFactory for F where
F: Fn() -> T + Send + Clone + 'static,
T: NewService<Config = ServerConfig, Request = Io<TcpStream>>,
[src]
F: Fn() -> T + Send + Clone + 'static,
T: NewService<Config = ServerConfig, Request = Io<TcpStream>>,