go/types.Interface.Methods (method)

2 uses

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

	go.pact.im/x/plumb/internal/solve
		instance.go#L166: 		for m := range iface.Methods() {