pub trait EventStreamClientHandler<___T: Transport = Channel> { }Expand description
A client handler for the EventStream protocol.
See EventStream for more details.
pub trait EventStreamClientHandler<___T: Transport = Channel> { }A client handler for the EventStream protocol.
See EventStream for more details.