Crate async_fn_traits[][src]

Expand description

crates.io github MIT / Apache 2.0 licensed unsafe forbidden

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

A synonym for future-returning Fn-bounds with 0 arguments

A synonym for future-returning Fn-bounds with 1 arguments

A synonym for future-returning Fn-bounds with 2 arguments

A synonym for future-returning Fn-bounds with 3 arguments

A synonym for future-returning Fn-bounds with 4 arguments

A synonym for future-returning Fn-bounds with 5 arguments

A synonym for future-returning Fn-bounds with 6 arguments

A synonym for future-returning Fn-bounds with 7 arguments

A synonym for future-returning Fn-bounds with 8 arguments

A synonym for future-returning Fn-bounds with 9 arguments

A synonym for future-returning Fn-bounds with 10 arguments

A synonym for future-returning Fn-bounds with 11 arguments

A synonym for future-returning Fn-bounds with 12 arguments

A synonym for future-returning Fn-bounds with 13 arguments

A synonym for future-returning Fn-bounds with 14 arguments

A synonym for future-returning Fn-bounds with 15 arguments

A synonym for future-returning FnMut-bounds with 0 arguments

A synonym for future-returning FnMut-bounds with 1 arguments

A synonym for future-returning FnMut-bounds with 2 arguments

A synonym for future-returning FnMut-bounds with 3 arguments

A synonym for future-returning FnMut-bounds with 4 arguments

A synonym for future-returning FnMut-bounds with 5 arguments

A synonym for future-returning FnMut-bounds with 6 arguments

A synonym for future-returning FnMut-bounds with 7 arguments

A synonym for future-returning FnMut-bounds with 8 arguments

A synonym for future-returning FnMut-bounds with 9 arguments

A synonym for future-returning FnMut-bounds with 10 arguments

A synonym for future-returning FnMut-bounds with 11 arguments

A synonym for future-returning FnMut-bounds with 12 arguments

A synonym for future-returning FnMut-bounds with 13 arguments

A synonym for future-returning FnMut-bounds with 14 arguments

A synonym for future-returning FnMut-bounds with 15 arguments

A synonym for future-returning FnOnce-bounds with 0 arguments

A synonym for future-returning FnOnce-bounds with 1 arguments

A synonym for future-returning FnOnce-bounds with 2 arguments

A synonym for future-returning FnOnce-bounds with 3 arguments

A synonym for future-returning FnOnce-bounds with 4 arguments

A synonym for future-returning FnOnce-bounds with 5 arguments

A synonym for future-returning FnOnce-bounds with 6 arguments

A synonym for future-returning FnOnce-bounds with 7 arguments

A synonym for future-returning FnOnce-bounds with 8 arguments

A synonym for future-returning FnOnce-bounds with 9 arguments

A synonym for future-returning FnOnce-bounds with 10 arguments

A synonym for future-returning FnOnce-bounds with 11 arguments

A synonym for future-returning FnOnce-bounds with 12 arguments

A synonym for future-returning FnOnce-bounds with 13 arguments

A synonym for future-returning FnOnce-bounds with 14 arguments

A synonym for future-returning FnOnce-bounds with 15 arguments