Trait c2_chacha::stream_cipher::generic_array::arr::AddLength[]

pub trait AddLength<T, N>: ArrayLength<T> where
    N: ArrayLength<T>, 
{ type Output: ArrayLength<T>; }
Expand description

Helper trait for arr! macro

Associated Types

Resulting length

Implementors