Skip to main content

SwapArbitraryProcessors

Trait SwapArbitraryProcessors 

Source
pub trait SwapArbitraryProcessors<const I: usize, const J: usize>
where Self: Sized,
{ type SwappedOutput; // Required method fn swap_processors(self) -> Self::SwappedOutput; }

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§