pub trait PgNode {
    fn display_node(&self) -> String { ... }
}
Expand description

A trait applied to all Postgres pg_sys::Node types and subtypes

Provided Methods

Format this node

Implementors