Skip to main content

AxesType

Trait AxesType 

Source
pub trait AxesType:
    IntoIterator<Item = usize>
    + HasLength
    + Clone { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl AxesType for Vec<usize>

Source§

impl<const N: usize> AxesType for [usize; N]

Implementors§