Module pgx::list

source ·
Expand description

A safe wrapper around Postgres’ internal List structure.

It functions similarly to a Rust Vec, including iterator support, but provides separate understandings of Lists of Oids, Integers, and Pointers.

Structs