MCPcopy Create free account
hub / github.com/06chaynes/http-cache / poll_ready

Method poll_ready

http-cache-tower/examples/hyper_basic.rs:39–44  ·  view source on GitHub ↗
(
        &mut self,
        _cx: &mut Context<'_>,
    )

Source from the content-addressed store, hash-verified

37 >;
38
39 fn poll_ready(
40 &mut self,
41 _cx: &mut Context<'_>,
42 ) -> Poll<Result<(), Self::Error>> {
43 Poll::Ready(Ok(()))
44 }
45
46 fn call(&mut self, _req: Request<Full<Bytes>>) -> Self::Future {
47 let count = self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected