Type Alias kitsune_p2p_types::tx2::tx2_adapter::Endpoint

source ·
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.