Function actix_service::boxed::rc_service
source ยท pub fn rc_service<S, Req>(service: S) -> RcService<Req, S::Response, S::Error>
Expand description
Wraps service as a trait object using RcService
.
pub fn rc_service<S, Req>(service: S) -> RcService<Req, S::Response, S::Error>
Wraps service as a trait object using RcService
.