type github.com/jackc/pgx/v5/pgtype.CompositeBinaryScanner

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		composite.go#L281: type CompositeBinaryScanner struct {
		composite.go#L293: func NewCompositeBinaryScanner(m *Map, src []byte) *CompositeBinaryScanner {
		composite.go#L296: 		return &CompositeBinaryScanner{err: fmt.Errorf("Record incomplete %v", src)}
		composite.go#L302: 	return &CompositeBinaryScanner{
		composite.go#L312: func (cfs *CompositeBinaryScanner) Next() bool {
		composite.go#L345: func (cfs *CompositeBinaryScanner) FieldCount() int {
		composite.go#L350: func (cfs *CompositeBinaryScanner) Bytes() []byte {
		composite.go#L355: func (cfs *CompositeBinaryScanner) OID() uint32 {
		composite.go#L360: func (cfs *CompositeBinaryScanner) Err() error {