Searched defs:StreamId (Results 1 – 2 of 2) sorted by relevance
117 type StreamId = usize; typedef203 pub fn stream_id(&self) -> StreamId { in stream_id()209 pub fn new(id: StreamId, flags: FrameFlags, payload: Payload) -> Self { in new()457 pub fn new(error_code: u32, last_stream_id: StreamId, debug_data: Vec<u8>) -> Self { in new()471 pub fn get_last_stream_id(&self) -> StreamId { in get_last_stream_id()
282 pub(crate) struct StreamId { struct284 next_id: AtomicU32,530 impl StreamId { impl594 next_stream_id: Arc<StreamId>, in new()