Skip to main content

EitherPacketsOrEnded

Type Alias EitherPacketsOrEnded 

Source
pub type EitherPacketsOrEnded<'bs, 'data, const BUFFER_SIZE: usize> = (Either<BitstreamReader<'bs, 'data, InStream>, BitstreamReader<'bs, 'data, EndOfStream>>, Packets<'data, BUFFER_SIZE>);
Expand description

Packets with reader for the stream or stream ended.