Function tor_hsservice::internal_prelude::watch::channel

pub fn channel<T>() -> (Sender<T>, Receiver<T>)
where T: Clone + Default,
Expand description

Constructs a new watch channel pair, filled with T::default().