pub type InternalAPIReceiver = FlumeReceiver<APIRequest>;Expand description
Client 与具体 CommunicationService 中
API请求的接收通道
应由 CommunicationService 持有
Aliased Type§
pub struct InternalAPIReceiver { /* private fields */ }pub type InternalAPIReceiver = FlumeReceiver<APIRequest>;Client 与具体 CommunicationService 中
API请求的接收通道
应由 CommunicationService 持有
pub struct InternalAPIReceiver { /* private fields */ }