pub struct StreamId(_);
Expand description
The ID of a stream.
The value 0 denotes no particular stream but the whole session.
Implementations§
Trait Implementations§
source§impl Ord for StreamId
impl Ord for StreamId
source§impl PartialOrd<StreamId> for StreamId
impl PartialOrd<StreamId> for StreamId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more