Type Alias libreloc_client::Receiver

source ·
pub(crate) type Receiver = Receiver<Update>;

Aliased Type§

struct Receiver {
    chan: Rx<Update, Semaphore>,
}

Fields§

§chan: Rx<Update, Semaphore>