go/types.Interface.ExplicitMethods (method)

5 uses

	go/types (current package)
		iter.go#L34: func (t *Interface) ExplicitMethods() iter.Seq[*Func] {

	go.pact.im/x/plumb/internal/gotypes
		subst.go#L62: 		for mth := range u.ExplicitMethods() {
		unify.go#L197: 		for m := range u.ExplicitMethods() {
		walk.go#L75: 		for method := range u.ExplicitMethods() {
		walk.go#L168: 		for method := range u.ExplicitMethods() {