hyperium / hyper

An HTTP library for Rust
https://hyper.rs
MIT License
14.08k stars 1.55k forks source link

forward implement Service for reference types #3607

Closed lperlaki closed 1 month ago

lperlaki commented 3 months ago

simplifies the usage of dyn Services and making Service types Clone by wrapping them in a Rcor Arc