Link to Stream in Responder docs.

This commit is contained in:
Sergio Benitez 2016-12-11 01:40:03 -08:00
parent 3dc82e2349
commit e6fa01607f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ impl<'a, T, E> IntoOutcome<(), (), (StatusCode, FreshHyperResponse<'a>)> for Res
/// * **impl Responder for File**
///
/// Streams the `File` to the client. This is essentially an alias to
/// Stream<File>.
/// [Stream](struct.Stream.html)&lt;File>.
///
/// * **impl Responder for ()**
///