Function actix_service::map_config
source ยท pub fn map_config<I, SF, Req, F, Cfg>(
factory: I,
f: F,
) -> MapConfig<SF, Req, F, Cfg>
Expand description
Adapt external config argument to a config for provided service factory
Note that this function consumes the receiving service factory and returns a wrapped version of it.