Function futures_util::fns::chain_fn

source ·
pub(crate) fn chain_fn<F, G>(f: F, g: G) -> ChainFn<F, G>