pub type ClonedOut<This> = <This as Cloned>::Cloned;
Available on crate feature collections only.
Expand description

The type that This is cloned into, with Cloned::cloned_.