Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs204 struct Continuations { struct
205 flags: u8,
206 is_end_stream: bool,
207 stream_id: usize,
208 is_end_headers: bool,
209 promised_stream_id: u32,
268 impl Continuations { implementation