type github.com/jackc/pgtype.scanPlanDstBinaryDecoder

3 uses

	github.com/jackc/pgtype (current package)
		pgtype.go#L502: type scanPlanDstBinaryDecoder struct{}
		pgtype.go#L504: func (scanPlanDstBinaryDecoder) Scan(ci *ConnInfo, oid uint32, formatCode int16, src []byte, dst interface{}) error {
		pgtype.go#L789: 			return scanPlanDstBinaryDecoder{}