pub type Endpoint = (Arc<dyn EndpointAdapt>, Box<dyn ConRecvAdapt>);
Expand description

A tx backend Endpoint is both the ability to make outgoing connections, but also to receive incoming connections.