Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs64 RstStream = 0x03, enumerator
85 RstStream(RstStream), enumerator
149 pub struct RstStream { struct
150 error_code: u32,
554 impl RstStream { implementation