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

2 uses

	github.com/jackc/pgtype (current package)
		bit.go#L26: 	return (Varbit)(src).EncodeBinary(ci, buf)
		varbit.go#L99: func (src Varbit) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {