Trait orx_concurrent_iter::IntoCopied
source · pub trait IntoCopied<'a, T, C>{
// Provided method
fn copied(self) -> Copied<'a, T, C> { ... }
}
Expand description
Trait converting a concurrent iterator yielding &T to one yielding T by copying elements.
Provided Methods§
Object Safety§
This trait is not object safe.