EventChunkSender

Type Alias EventChunkSender 

Source
pub type EventChunkSender = Sender<Bytes>;
Expand description

Wrapper around hyper::body::Bytes to enable sending data to clients.

Aliased Typeยง

pub struct EventChunkSender { /* private fields */ }