Fix missing link in `Tracker::broadcast` docs
This commit is contained in:
parent
4fc17dfd66
commit
512dbd5076
|
@ -131,6 +131,8 @@ where
|
||||||
///
|
///
|
||||||
/// This method publishes the given event to all the subscription streams
|
/// This method publishes the given event to all the subscription streams
|
||||||
/// currently open.
|
/// currently open.
|
||||||
|
///
|
||||||
|
/// [`Recipe::stream`]: trait.Recipe.html#method.stream
|
||||||
pub fn broadcast(&mut self, event: Event) {
|
pub fn broadcast(&mut self, event: Event) {
|
||||||
self.subscriptions
|
self.subscriptions
|
||||||
.values_mut()
|
.values_mut()
|
||||||
|
|
Loading…
Reference in New Issue