Lines Matching defs:StreamId
20 /// Type StreamId
22 pub type StreamId = u32;
56 id: StreamId,
178 last_stream_id: StreamId,
194 promised_stream_id: StreamId,
204 /// Returns the stream identifier (`StreamId`) of the frame.
205 pub fn stream_id(&self) -> StreamId {
209 /// Constructs a new `Frame` with the given `StreamId`, `FrameFlags`,
211 pub fn new(id: StreamId, flags: FrameFlags, payload: Payload) -> Self {
479 pub fn new(error_code: u32, last_stream_id: StreamId, debug_data: Vec<u8>) -> Self {
493 pub fn get_last_stream_id(&self) -> StreamId {
600 pub fn new(promised_stream_id: StreamId, parts: Parts) -> Self {