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#L76: 	if _, ok := value.(BoxValuer); !ok {
		box.go#L93: 	box, err := value.(BoxValuer).BoxValue()
		box.go#L112: 	box, err := value.(BoxValuer).BoxValue()