Type Definition daemon_engine::udp::OutgoingTx

source ·
pub type OutgoingTx<RESP> = UnboundedSender<(RESP, SocketAddr)>;