[][src]Function sqlink::format_query_postgres

pub fn format_query_postgres(
    query: String,
    arg: Vec<Box<dyn ToSql + 'a>>
) -> (TmpQueryTokens, Vec<Box<dyn ToSql + 'a>>)