Type Alias event_stream_types::EventChunkSender

source ·
pub type EventChunkSender = Sender<Result<Frame<Bytes>, Infallible>>;

Aliased Type§

struct EventChunkSender { /* private fields */ }