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 */ }
pub type FdwRoutine<A = AllocatedByPostgres> = PgBox<FdwRoutine, A>;
PgBox’ed FdwRoutine
, used in fdw_routine
pub struct FdwRoutine<A = AllocatedByPostgres> { /* private fields */ }