Skip to main content

Rx

Type Alias Rx 

Source
pub type Rx = MAsyncRx<List<Event>>;
Expand description

Receiver half of the event channel, used to receive Events from the download task.

Aliased Typeยง

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