pub type InternalEventSender = FlumeSender<DeserializedEvent>;Expand description
Client 与具体 CommunicationService 中
原始事件的发送通道
应由 CommunicationService 持有
Aliased Type§
pub struct InternalEventSender { /* private fields */ }pub type InternalEventSender = FlumeSender<DeserializedEvent>;Client 与具体 CommunicationService 中
原始事件的发送通道
应由 CommunicationService 持有
pub struct InternalEventSender { /* private fields */ }