Searched defs:StreamInfo (Results 1 – 1 of 1) sorted by relevance
202 pub(crate) struct StreamInfo<S> { struct204 pub(crate) id: u32,205 pub(crate) next_stream_id: Arc<StreamId>,207 pub(crate) receiver: FrameReceiver,209 pub(crate) controller: Arc<StreamController<S>>,635 impl<S: AsyncRead + AsyncWrite + Unpin + Sync + Send + 'static> Future for StreamInfo<S> { implementation761 impl<S: AsyncRead + AsyncWrite + Unpin + Sync + Send + 'static> StreamInfo<S> { impl