Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs81 pub(crate) enum H2StreamState { enum
297 pub(crate) fn stream_state(&self, id: u32) -> Option<H2StreamState> { in stream_state()