Trait actix_server::ServiceFactory[][src]

pub trait ServiceFactory<Stream: FromStream>: Send + Clone + 'static {
    type Factory: BaseServiceFactory<Stream, Config = ()>;
    fn create(&self) -> Self::Factory;
}

Associated Types

Required methods

Implementors