Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dsplit.rs38 pub(crate) struct Writer<T> { struct
51 pub(crate) fn split<T>(stream: T) -> (Reader<T>, Writer<T>) in split() argument
81 impl<T: AsyncWrite> AsyncWrite for Writer<T> { implementation