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