Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs210 pub(crate) struct Http2Dispatcher<S> { struct
281 impl<S> Http2Dispatcher<S> implementation
367 impl<S> Dispatcher for Http2Dispatcher<S> { implementation
385 impl<S> Drop for Http2Dispatcher<S> { implementation