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()477 pub fn new(error_code: u32, last_stream_id: StreamId, debug_data: Vec<u8>) -> Self { in new()491 pub fn get_last_stream_id(&self) -> StreamId { in get_last_stream_id()
262 pub(crate) struct StreamId { struct264 id: AtomicU32,431 impl StreamId { impl