struct AnyAssocBindingAn associated-type binding in an existential type.
Properties
let name: String
The associated type name being constrained.
let name_start: Int
The inclusive starting byte offset of the name.
let name_end: Int
The exclusive ending byte offset of the name.
let value: TypeAnnotation
The type assigned to the associated type.
let start: Int
The inclusive starting byte offset in the source.
let end: Int
The exclusive ending byte offset in the source.