type github.com/oapi-codegen/runtime.Binder

4 uses

	github.com/oapi-codegen/runtime (current package)
		bind.go#L22: type Binder interface {
		bindparam.go#L538: 		if u, ok := v.Interface().(Binder); ok {
		bindstring.go#L111: 		if dstType, ok := dst.(Binder); ok {
		deepobject.go#L232: 		if dst, isBinder := v.Interface().(Binder); isBinder {