[−][src]Trait pgx_pg_sys::AsPgCStr
A trait for converting a thing into a char * that is allocated by Postgres' palloc
A trait for converting a thing into a char * that is allocated by Postgres' palloc
pub fn as_pg_cstr(&self) -> *mut c_char[src]impl<'a> AsPgCStr for &'a str[src]pub fn as_pg_cstr(&self) -> *mut c_char[src]impl AsPgCStr for String[src]pub fn as_pg_cstr(&self) -> *mut c_char[src]