Trait typenum::marker_traits::TypeArray [] [src]

pub trait TypeArray { }

The marker trait for type-level arrays of type-level numbers.

This trait should not be implemented for anything outside this crate.

Someday, it will contain a function or associated constant to produce a runtime array, like the other marker traits here. However, that requires stabilization of associated consts or of const functions.

Implementors