Function actix_service::unit_config [−][src]
pub fn unit_config<T, U, C>(factory: U) -> UnitConfig<T, C> where
T: ServiceFactory<Config = ()>,
U: IntoServiceFactory<T>,
Expand description
Replace config with unit
pub fn unit_config<T, U, C>(factory: U) -> UnitConfig<T, C> where
T: ServiceFactory<Config = ()>,
U: IntoServiceFactory<T>,
Replace config with unit