Module stringinfo

Source
Expand description

A safe wrapper around Postgres StringInfo structure

Structs§

StringInfo
StringInfoData holds information about an extensible string that is allocated by Postgres’ memory system, but generally follows Rust’s drop semantics