pub(crate) type StreamSendWindow = SendWindow<StreamParams>;Expand description
A stream’s send window.
Aliased Type§
pub(crate) struct StreamSendWindow {
window: u16,
_dummy: PhantomData<StreamParams>,
}Fields§
§window: u16Current value for this window
_dummy: PhantomData<StreamParams>Marker type to tell the compiler that the P type is used.