[][src]Function pgx::fcinfo::pg_getarg

pub fn pg_getarg<T: FromDatum>(
    fcinfo: FunctionCallInfo,
    num: usize
) -> Option<T>