Skip to main content

DimAPI

Trait DimAPI 

Source
pub trait DimAPI:
    DimDevAPI
    + DimIntoAPI<Vec<usize>>
    + DimIntoAPI<[usize; 0]>
    + DimIntoAPI<[usize; 1]>
    + DimIntoAPI<[usize; 2]>
    + DimIntoAPI<[usize; 3]>
    + DimIntoAPI<[usize; 4]>
    + DimIntoAPI<[usize; 5]>
    + DimIntoAPI<[usize; 6]>
    + DimIntoAPI<[usize; 7]>
    + DimIntoAPI<[usize; 8]>
    + DimIntoAPI<[usize; 9]>
    + DimIntoAPI<Self> { }

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<const N: usize> DimAPI for [usize; N]

Implementors§