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 List
s of pg_sys::Oid
s, Integers, and Pointers.
Re-exports§
pub use old_list::*;
Modules§
Structs§
- A strongly-typed ListCell
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