pub trait ByteStream: Stream<Item = Result<Bytes, StreamError>> where
    Self: Unpin
{ }

Implementors