Fix majority of unresolved documentation links
This commit is contained in:
parent
89d9c45d25
commit
89d9f1d7d2
40 changed files with 117 additions and 137 deletions
|
|
@ -14,6 +14,8 @@ use std::hash::Hasher as _;
|
|||
/// If you have an application that continuously returns a [`Subscription`],
|
||||
/// you can use a [`Tracker`] to keep track of the different recipes and keep
|
||||
/// its executions alive.
|
||||
///
|
||||
/// [`Subscription`]: crate::Subscription
|
||||
#[derive(Debug, Default)]
|
||||
pub struct Tracker {
|
||||
subscriptions: HashMap<u64, Execution>,
|
||||
|
|
@ -51,6 +53,7 @@ impl Tracker {
|
|||
/// the [`Tracker`] changes.
|
||||
///
|
||||
/// [`Recipe`]: crate::subscription::Recipe
|
||||
/// [`Subscription`]: crate::Subscription
|
||||
pub fn update<Message, Receiver>(
|
||||
&mut self,
|
||||
recipes: impl Iterator<Item = Box<dyn Recipe<Output = Message>>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue