pub trait Permutation {
type Shape<S: Shape>: Shape;
type Layout<L: Layout>: Layout;
}
Expand description
Array permutation trait, for array types after permutation of dimensions.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.