Module pgrx::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.

Re-exports§

Modules§

Structs§

Enums§

  • The List type from Postgres, lifted into Rust Note: you may want the ListHead type

Traits§

  • The bound to describe a type which may be used in a Postgres List It must know what an appropriate type tag is, and how to pointer-cast to itself