Home
last modified time | relevance | path

Searched defs:RecvData (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Doutput.rs40 pub(crate) struct RecvData<S> { struct
51 impl<S: AsyncRead + Unpin + Sync + Send + 'static> Future for RecvData<S> { implementation
60 impl<S: AsyncRead + Unpin + Sync + Send + 'static> RecvData<S> { impl