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

2 uses

	github.com/jackc/pgtype (current package)
		bit.go#L18: 	return (*Varbit)(src).AssignTo(dst)
		varbit.go#L32: func (src *Varbit) AssignTo(dst interface{}) error {