Search code examples
Mysterious error caused by reference to invalid associated type in protocol...

swiftprotocolsassociated-types

Read More
Swift subprotocol with associated type...

swiftgenericsswift-protocolsassociated-types

Read More
Can I use a generic protocol to describe a delegate in a non generic type?...

swiftgenericsassociated-types

Read More
Why is it necessary to refer to self for the Identifiable protocol?...

swiftprotocolsassociated-types

Read More
Extension on a Generic class...

iosswiftgenericsassociated-types

Read More
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
BackNext