Skip to main content

PublicEventSender

Type Alias PublicEventSender 

Source
pub type PublicEventSender = BroadcastSender<ArcNormalEvent>;
Expand description

Client 与具体使用者之间
事件(除去API响应)的发送通道
应由 Client 持有

Aliased Type§

pub struct PublicEventSender { /* private fields */ }