Fix missing link in Tracker::broadcast docs
This commit is contained in:
parent
4fc17dfd66
commit
512dbd5076
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue