This reverts commit a12f7beed9. Much sadness 😢.
a12f7beed9
const_service
service_fn
- `const_service` creates a `NewService` that clones references to the wrapped service. - `service_fn` creates a `Service` from a function. Useful with closures.