H A D | frame.rs | 52 id: StreamId, 117 type StreamId = usize; typedef 176 last_stream_id: StreamId, 203 pub fn stream_id(&self) -> StreamId { in stream_id() argument 209 pub fn new(id: StreamId, flags: FrameFlags, payload: Payload) -> Self { in new() argument 477 pub fn new(error_code: u32, last_stream_id: StreamId, debug_data: Vec<u8>) -> Self { in new() argument 491 pub fn get_last_stream_id(&self) -> StreamId { in get_last_stream_id() argument
|