Add documentation links.

This commit is contained in:
Corey Farwell
2016-09-07 21:19:34 -04:00
parent 815dc803db
commit d7f76ca549
6 changed files with 18 additions and 6 deletions
+3 -1
View File
@@ -41,8 +41,10 @@ impl LoopHandle {
}
}
/// Return value from the `LoopHandle::add_timeout` method, a future that will
/// Return value from the [`LoopHandle::add_timeout`] method, a future that will
/// resolve to a `TimeoutToken` to configure the behavior of that timeout.
///
/// [`LoopHandle::add_timeout`]: struct.LoopHandle.html#method.add_timeout
pub struct AddTimeout {
inner: LoopFuture<(usize, Instant), Instant>,
}