Home
last modified time | relevance | path

Searched defs:ChainFn (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/futures-util/src/
Dfns.rs92 pub struct ChainFn<F, G>(F, G); struct
94 impl<F, G, A> FnOnce1<A> for ChainFn<F, G> implementation
104 impl<F, G, A> FnMut1<A> for ChainFn<F, G> implementation
113 impl<F, G, A> Fn1<A> for ChainFn<F, G> implementation