mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42:05 +00:00
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**
|
/// * **impl Responder for File**
|
||||||
///
|
///
|
||||||
/// Streams the `File` to the client. This is essentially an alias to
|
/// Streams the `File` to the client. This is essentially an alias to
|
||||||
/// Stream<File>.
|
/// [Stream](struct.Stream.html)<File>.
|
||||||
///
|
///
|
||||||
/// * **impl Responder for ()**
|
/// * **impl Responder for ()**
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user