[][src]Module pgx::list

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

PgList