mirror of
https://github.com/actix/actix-web.git
synced 2025-04-24 02:34:22 +00:00
Merge 358bf04b32
into 74c1c3de59
This commit is contained in:
commit
bec181a664
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ use crate::{
|
|||
/// This is the source code for the 2-parameter implementation of `Handler` to help illustrate the
|
||||
/// bounds of the handler call after argument extraction:
|
||||
/// ```ignore
|
||||
/// impl<Func, Arg1, Arg2, Fut> Handler<(Arg1, Arg2)> for Func
|
||||
/// impl<Func, Fut, Arg1, Arg2> Handler<(Arg1, Arg2)> for Func
|
||||
/// where
|
||||
/// Func: Fn(Arg1, Arg2) -> Fut + Clone + 'static,
|
||||
/// Fut: Future,
|
||||
|
|
Loading…
Reference in a new issue