TxOutput

Type Alias TxOutput 

Source
pub type TxOutput<O> = Sender<O>;
Expand description

The sender of computational results.

Aliased Typeยง

pub struct TxOutput<O> { /* private fields */ }