hyper
hyper copied to clipboard
Export `ServiceFn` type
Is your feature request related to a problem? Please describe.
The function hyper::service::service_fn uses a private return type, making it more difficult to compose.
Describe the solution you'd like
Make ServiceFn pub.