[][src]Function actix_service::map_config

pub fn map_config<T, F, C>(factory: T, f: F) -> MapConfig<T, F, C> where
    T: ServiceFactory,
    F: Fn(&C) -> MappedConfig<T::Config>, 

Adapt external config to a config for provided new service