1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-02-06 14:22:21 +00: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;