1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

doc string

This commit is contained in:
Nikolay Kim 2018-05-10 13:04:56 -07:00
parent 4b1a471b35
commit 9619698543

View File

@ -169,6 +169,8 @@ impl<S: 'static> Route<S> {
}
/// Set async handler function, use request extractor for parameters.
/// Also this method needs to be used if your handler function returns
/// `impl Future<>`
///
/// ```rust
/// # extern crate bytes;