Skip to main content

PublicEventReceiver

Type Alias PublicEventReceiver 

Source
pub type PublicEventReceiver = BroadcastReceiver<ArcNormalEvent>;
Expand description

Client 与具体使用者之间
事件(除去API响应)的接收通道
公开,任何人都可持有

Aliased Type§

pub struct PublicEventReceiver { /* private fields */ }