pub type PublicAPIResponseReceiver = BroadcastReceiver<ArcAPIResponse>;Expand description
Client 与具体使用者之间
API响应的接收通道
公开,任何人都可持有
Aliased Type§
pub struct PublicAPIResponseReceiver { /* private fields */ }pub type PublicAPIResponseReceiver = BroadcastReceiver<ArcAPIResponse>;Client 与具体使用者之间
API响应的接收通道
公开,任何人都可持有
pub struct PublicAPIResponseReceiver { /* private fields */ }