Skip to main content

InternalAPISender

Type Alias InternalAPISender 

Source
pub type InternalAPISender = FlumeSender<APIRequest>;
Expand description

Client 与具体 CommunicationService
API请求的发送通道
应由 Client 持有

Aliased Type§

pub struct InternalAPISender { /* private fields */ }