[][src]Function prometheus_exporter_base::create_deserialize_future_from_hyper_request

pub async fn create_deserialize_future_from_hyper_request<T>(
    request: Request<Body>
) -> Result<T, Error> where
    T: DeserializeOwned + Debug