github.com/jackc/pgtype.Varbit.DecodeBinary (method)

2 uses

	github.com/jackc/pgtype (current package)
		bit.go#L22: 	return (*Varbit)(dst).DecodeBinary(ci, src)
		varbit.go#L61: func (dst *Varbit) DecodeBinary(ci *ConnInfo, src []byte) error {