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

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		box.go#L18: type BoxValuer interface {
		box.go#L77: 	if _, ok := value.(BoxValuer); !ok {
		box.go#L94: 	box, err := value.(BoxValuer).BoxValue()
		box.go#L113: 	box, err := value.(BoxValuer).BoxValue()