IsConstDim

Trait IsConstDim 

Source
pub trait IsConstDim: Shape { }

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.

Implementors§

Source§

impl<const B: usize, const A: usize> IsConstDim for Dim2<B, A>

Source§

impl<const C: usize, const B: usize, const A: usize> IsConstDim for Dim3<C, B, A>

Source§

impl<const N: usize> IsConstDim for Dim1<N>