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
@@ -5,7 +5,9 @@ use futures::{Poll, Future};
/// A future used to write the entire contents of some data to a stream.
///
/// This is created by the `write_all` top-level method.
/// This is created by the [`write_all`] top-level method.
///
/// [`write_all`]: fn.write_all.html
pub struct WriteAll<A, T> {
state: State<A, T>,
}