Function cubist_proxy::transformer::copy
source · pub fn copy<S, R>(
pair: impl Pair<S, R> + 'static
) -> (impl Pair<S, R>, impl Pair<S, R>)where
S: Send + 'static,
R: Clone + Send + 'static,
Expand description
Given a Pair, return two new Pairs that are duplicates of the original