BoxConnectorService

Type Alias BoxConnectorService 

Source
pub type BoxConnectorService = Rc<dyn Service<ConnectRequest, Response = ConnectResponse, Error = SendRequestError, Future = LocalBoxFuture<'static, Result<ConnectResponse, SendRequestError>>>>;

Aliased Typeยง

pub struct BoxConnectorService { /* private fields */ }