Type Alias tor_hsservice::internal_prelude::oneshot::Receiver

source ·
pub type Receiver<T> = Fuse<Receiver<T>>;
Expand description

oneshot::Receiver that works properly with [futures::select!]

Aliased Type§

struct Receiver<T> { /* private fields */ }