pub type ByteStream = Pin<Box<dyn Stream<Item = Result<Bytes, SynapticError>> + Send>>;
pub struct ByteStream { /* private fields */ }