Trait tamar::AsyncDoubleArgFn
source · pub trait AsyncDoubleArgFn<A, B>: Fn(A, B) -> Self::Future {
type Future: Future<Output = <Self as AsyncDoubleArgFn<A, B>>::Output> + Send;
type Output;
}pub trait AsyncDoubleArgFn<A, B>: Fn(A, B) -> Self::Future {
type Future: Future<Output = <Self as AsyncDoubleArgFn<A, B>>::Output> + Send;
type Output;
}