Skip to main content

StreamMetaVec

Type Alias StreamMetaVec 

pub type StreamMetaVec = SmallVec<[StreamMeta; 1]>;
Available on crate feature quic only.
Expand description

A vector of StreamMeta with optimization for the single element case STREAM frame metadata of one packet; one frame per packet is the common case

Aliased Type§

pub struct StreamMetaVec { /* private fields */ }