Trait radn::func::derivations::ApplicativeSeqViaLA2
source · pub trait ApplicativeSeqViaLA2<'a>: ApplicativeLA2<'a> {
// Provided method
fn seq_via_la2<A: 'a + Send, B: 'a + Send>(
ff: Self::F<impl 'a + Send + FnOnce(A) -> B>,
fa: Self::F<A>
) -> Self::F<B> { ... }
}