Trait pgx_pg_sys::PgNode
source · [−]pub trait PgNode {
type NodeType;
fn as_node_ptr(&self) -> *mut Self::NodeType { ... }
}Expand description
A trait applied to all of Postgres’ pg_sys::Node types and its subtypes
Required Associated Types
Provided Methods
sourcefn as_node_ptr(&self) -> *mut Self::NodeType
fn as_node_ptr(&self) -> *mut Self::NodeType
Represent this node as a mutable pointer of its type