AnyAssocBinding

struct AnyAssocBinding

An 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 start: Int

The inclusive starting byte offset in the source.

let end: Int

The exclusive ending byte offset in the source.