Function service_clone_factory

Source
pub fn service_clone_factory<S>(service: S) -> ServiceCloneFactory<S>
where S: HttpService + Clone + Send,
Expand description

Create a ServiceCloneFactory from a given service.

See ServiceCloneFactory for details.