Function hyper::service::oneshot::oneshot

source ·
pub(crate) fn oneshot<S, Req>(svc: S, req: Req) -> Oneshot<S, Req> where
    S: Service<Req>,