Trait tet_libp2p::multihash::typenum::marker_traits::TypeArray[]

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 may contain an associated constant to produce a runtime array, like the other marker traits here. However, that is blocked by this issue.

Implementors

impl TypeArray for ATerm

impl<V, A> TypeArray for TArr<V, A>

Loading content...