mirror of https://github.com/rwf2/Rocket.git
Link to Stream in Responder docs.
This commit is contained in:
parent
3dc82e2349
commit
e6fa01607f
|
@ -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)<File>.
|
||||
///
|
||||
/// * **impl Responder for ()**
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue