Trait c2_chacha::stream_cipher::generic_array::functional::MappedGenericSequence [−]
pub unsafe trait MappedGenericSequence<T, U>: GenericSequence<T> where
Self::Length: ArrayLength<U>, {
type Mapped: GenericSequence<U>;
}Expand description
Defines the relationship between one generic sequence and another,
for operations such as map and zip.
Associated Types
type Mapped: GenericSequence<U>
type Mapped: GenericSequence<U>
Mapped sequence type