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

16 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		box.go#L15: 	ScanBox(v Box) error
		box.go#L19: 	BoxValue() (Box, error)
		box.go#L22: type Box struct {
		box.go#L28: func (b *Box) ScanBox(v Box) error {
		box.go#L34: func (b Box) BoxValue() (Box, error) {
		box.go#L39: func (dst *Box) Scan(src any) error {
		box.go#L41: 		*dst = Box{}
		box.go#L54: func (src Box) Value() (driver.Value, error) {
		box.go#L154: 		return scanner.ScanBox(Box{})
		box.go#L166: 	return scanner.ScanBox(Box{
		box.go#L181: 		return scanner.ScanBox(Box{})
		box.go#L221: 	return scanner.ScanBox(Box{P: [2]Vec2{{x1, y1}, {x2, y2}}, Valid: true})
		box.go#L233: 	var box Box
		pgtype_default.go#L213: 	registerDefaultPgTypeVariants[Box](defaultMap, "box")