pub type EventChunkSender = Sender<Bytes>;
Wrapper around hyper::body::Bytes to enable sending data to clients.
hyper::body::Bytes
pub struct EventChunkSender { /* private fields */ }