Expand description
Trait synonyms for Fn[…]
-trait bounds of functions returning futures.
E.g. a 2-argument function async fn foo(x: Bar, y: Baz) -> Qux
will implement
AsyncFn2<Bar, Baz, Output = Qux>
.
TODO: This crate-level documentation is missing some code examples.
Traits§
- Async
Fn0 - A synonym for future-returning
Fn
-bounds with 0 arguments - Async
Fn1 - A synonym for future-returning
Fn
-bounds with 1 arguments - Async
Fn2 - A synonym for future-returning
Fn
-bounds with 2 arguments - Async
Fn3 - A synonym for future-returning
Fn
-bounds with 3 arguments - Async
Fn4 - A synonym for future-returning
Fn
-bounds with 4 arguments - Async
Fn5 - A synonym for future-returning
Fn
-bounds with 5 arguments - Async
Fn6 - A synonym for future-returning
Fn
-bounds with 6 arguments - Async
Fn7 - A synonym for future-returning
Fn
-bounds with 7 arguments - Async
Fn8 - A synonym for future-returning
Fn
-bounds with 8 arguments - Async
Fn9 - A synonym for future-returning
Fn
-bounds with 9 arguments - Async
Fn10 - A synonym for future-returning
Fn
-bounds with 10 arguments - Async
Fn11 - A synonym for future-returning
Fn
-bounds with 11 arguments - Async
Fn12 - A synonym for future-returning
Fn
-bounds with 12 arguments - Async
Fn13 - A synonym for future-returning
Fn
-bounds with 13 arguments - Async
Fn14 - A synonym for future-returning
Fn
-bounds with 14 arguments - Async
Fn15 - A synonym for future-returning
Fn
-bounds with 15 arguments - Async
FnMut0 - A synonym for future-returning
FnMut
-bounds with 0 arguments - Async
FnMut1 - A synonym for future-returning
FnMut
-bounds with 1 arguments - Async
FnMut2 - A synonym for future-returning
FnMut
-bounds with 2 arguments - Async
FnMut3 - A synonym for future-returning
FnMut
-bounds with 3 arguments - Async
FnMut4 - A synonym for future-returning
FnMut
-bounds with 4 arguments - Async
FnMut5 - A synonym for future-returning
FnMut
-bounds with 5 arguments - Async
FnMut6 - A synonym for future-returning
FnMut
-bounds with 6 arguments - Async
FnMut7 - A synonym for future-returning
FnMut
-bounds with 7 arguments - Async
FnMut8 - A synonym for future-returning
FnMut
-bounds with 8 arguments - Async
FnMut9 - A synonym for future-returning
FnMut
-bounds with 9 arguments - Async
FnMut10 - A synonym for future-returning
FnMut
-bounds with 10 arguments - Async
FnMut11 - A synonym for future-returning
FnMut
-bounds with 11 arguments - Async
FnMut12 - A synonym for future-returning
FnMut
-bounds with 12 arguments - Async
FnMut13 - A synonym for future-returning
FnMut
-bounds with 13 arguments - Async
FnMut14 - A synonym for future-returning
FnMut
-bounds with 14 arguments - Async
FnMut15 - A synonym for future-returning
FnMut
-bounds with 15 arguments - Async
FnOnce0 - A synonym for future-returning
FnOnce
-bounds with 0 arguments - Async
FnOnce1 - A synonym for future-returning
FnOnce
-bounds with 1 arguments - Async
FnOnce2 - A synonym for future-returning
FnOnce
-bounds with 2 arguments - Async
FnOnce3 - A synonym for future-returning
FnOnce
-bounds with 3 arguments - Async
FnOnce4 - A synonym for future-returning
FnOnce
-bounds with 4 arguments - Async
FnOnce5 - A synonym for future-returning
FnOnce
-bounds with 5 arguments - Async
FnOnce6 - A synonym for future-returning
FnOnce
-bounds with 6 arguments - Async
FnOnce7 - A synonym for future-returning
FnOnce
-bounds with 7 arguments - Async
FnOnce8 - A synonym for future-returning
FnOnce
-bounds with 8 arguments - Async
FnOnce9 - A synonym for future-returning
FnOnce
-bounds with 9 arguments - Async
FnOnce10 - A synonym for future-returning
FnOnce
-bounds with 10 arguments - Async
FnOnce11 - A synonym for future-returning
FnOnce
-bounds with 11 arguments - Async
FnOnce12 - A synonym for future-returning
FnOnce
-bounds with 12 arguments - Async
FnOnce13 - A synonym for future-returning
FnOnce
-bounds with 13 arguments - Async
FnOnce14 - A synonym for future-returning
FnOnce
-bounds with 14 arguments - Async
FnOnce15 - A synonym for future-returning
FnOnce
-bounds with 15 arguments