Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dsplit.rs47 struct StreamGuard<'a, T> { struct
48 inner: MutexGuard<'a, T>,
115 impl<'a, T> StreamGuard<'a, T> { implementation