Skip to main content

Tx

Type Alias Tx 

Source
pub type Tx = MTx<List<Event>>;
Expand description

Sender half of the event channel, used to push Events from the download task.

Aliased Typeยง

pub struct Tx(/* private fields */);