Skip to main content

Module traits

Module traits 

Source
Expand description

Trait definitions.

Modules§

sealed 🔒

Traits§

ArraySize
Trait which associates a usize size and ArrayType with a typenum-provided Unsigned integer.
AsArrayMut
Obtain a &mut Array reference for a given type.
AsArrayRef
Obtain an &Array reference for a given type.
AssocArraySize
Associates an ArraySize with a given type. Can be used to accept [T; N] const generic arguments and convert to Array internally.
SliceExt
Extension trait for [T] providing methods for working with Array.