Searched defs:Continuations (Results 1 – 1 of 1) sorted by relevance
204 struct Continuations { struct205 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