pub trait EventStreamLocalClientHandler<___T: Transport = Channel> { }Expand description
A client handler for the EventStream protocol.
See EventStream for more details.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".