Trait MappedGenericSequence
unsafe trait MappedGenericSequence<T, U>: GenericSequence<T>
where
<Self as >::Length: ArrayLength<U>
Defines the relationship between one generic sequence and another,
for operations such as map and zip.
Associated Types
type Mapped: TraitBound { trait_: Path { path: "GenericSequence", id: Id(13), args: Some(AngleBracketed { args: [Type(Generic("U"))], constraints: [AssocItemConstraint { name: "Length", args: None, binding: Equality(Type(QualifiedPath { name: "Length", args: None, self_type: Generic("Self"), trait_: Some(Path { path: "", id: Id(13), args: None }) })) }] }) }, generic_params: [], modifier: None }Mapped sequence type
Implementors
impl<'a, T, U, S> MappedGenericSequence for &'a mut Simpl<'a, T, U, S> MappedGenericSequence for &'a Simpl<T, U, N> MappedGenericSequence for GenericArray<T, N>