Type Alias libreloc_client::Sender

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

Aliased Type§

struct Sender {
    chan: Tx<Update, Semaphore>,
}

Fields§

§chan: Tx<Update, Semaphore>