FdwRoutine

Type Alias FdwRoutine 

Source
pub type FdwRoutine<A = AllocatedByPostgres> = PgBox<FdwRoutine, A>;
Expand description

PgBox’ed FdwRoutine, used in fdw_routine

Aliased Type§

pub struct FdwRoutine<A = AllocatedByPostgres> { /* private fields */ }