OutgoingTx

Type Alias OutgoingTx 

Source
pub type OutgoingTx<Resp> = UnboundedSender<(Resp, SocketAddr)>;

Aliased Typeยง

pub struct OutgoingTx<Resp>(/* private fields */);