Function sqlx_core::query_as::query_statement_as_with
source ยท pub fn query_statement_as_with<'q, DB, O, A>(
statement: &'q <DB as HasStatement<'q>>::Statement,
arguments: A,
) -> QueryAs<'q, DB, O, A>
pub fn query_statement_as_with<'q, DB, O, A>(
statement: &'q <DB as HasStatement<'q>>::Statement,
arguments: A,
) -> QueryAs<'q, DB, O, A>