Search code examples
Rust type error when implementing Iterator...


rusttraitsassociated-types

Read More
Protocol restriction on another protocol associated type...


swiftprotocolsassociated-types

Read More
Swift - Protocol can only be used as a generic constraint because it has Self or associated type req...


swiftswift-protocolsassociated-types

Read More
How to provide a proper type for use of generic impl?...


genericsrustassociated-types

Read More
swift how to determine associatedtype in sub protocol...


swiftswift-protocolsassociated-types

Read More
How to combine F-bounded polymorphism with associated types in Scala?...


scalapolymorphismtraitsassociated-typesf-bounded-polymorphism

Read More
How do I make an Observer pattern with 2 Swift protocols, where the two associatedtypes must be the ...


swiftprotocolsassociated-types

Read More
How can I bound an associated type to work with the `?` operator?...


error-handlingrustassociated-types

Read More
How to impose a type constraint on the associated type of an associated type (e.g. Iterator::Item)?...


rusttraitstype-constraintsassociated-types

Read More
associatedType in Objective-C...


objective-cswiftgenericsswift-protocolsassociated-types

Read More
Swift - Associated value or extension for an Enum...


swiftenumsassociated-objectassociated-typescomputed-values

Read More
Lifetime compiler error on operation returning Box<Future>...


rustfutureassociated-types

Read More
Swift Protocol referencing itself and associated type...


swiftgenericsdesign-patternsprotocolsassociated-types

Read More
"associated type ... must be specified", but isn't used...


rustassociated-typesdynamic-dispatchtrait-objects

Read More
Tuple type with hashable items...


swiftassociated-types

Read More
Achieving the effect of a sealed class in Swift...


swiftfinalsealedassociated-types

Read More
Heterogeneous array that conforms to protocol with associated type in Swift...


swiftprotocolsassociated-types

Read More
Downcasting on protocols in Swift...


iosswiftswift-protocolsassociated-types

Read More
Why does the compiler not see the default code in a protocol?...


swiftswift-protocolsassociated-typesdefault-implementation

Read More
Is it possible to combine bounds of nested associated types?...


rustassociated-types

Read More
How to get a class with generic type accept an array of different by same generic types?...


swiftgenericsassociated-types

Read More
Is there a way to have a trait specify itself for an associated type in another trait that it extend...


rusttraitsassociated-types

Read More
Compiler doesn't see associates type is the same as concrete type...


rustassociated-types

Read More
Why am I getting 'X is not convertible to T.Y' in swift?...


swiftprotocolsswiftuiassociated-types

Read More
Mutually exclusive traits...


rustassociated-types

Read More
Swift couldn't infer generic type when I was trying to provide my own implementation of AnySeque...


swiftgenericsswift-protocolstype-erasureassociated-types

Read More
What is difference between Any , Hashable , AnyHashable in Swift 3?...


iosswiftswift3associated-typeshashable

Read More
Protocol composition confusing...


swiftswift-protocolsassociated-types

Read More
Why can my binary operator not be applied to correctly typed operands?...


swiftgenericsbinary-search-treeassociated-types

Read More
Dependency injection with associated types causing arguments without type names (undescores) in Swif...


iosswiftgenericsdependency-injectionassociated-types

Read More
BackNext