Home
last modified time | relevance | path

Searched refs:StreamGuard (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dsplit.rs47 struct StreamGuard<'a, T> { structure names
115 impl<'a, T> StreamGuard<'a, T> { impls
124 fn get_lock(&self, cx: &mut Context<'_>) -> Poll<StreamGuard<T>> { in get_lock()
126 Ok(guard) => Poll::Ready(StreamGuard { inner: guard }), in get_lock()

Completed in 1 milliseconds