Function sqlx_core::query_as::query_statement_as

source ยท
pub fn query_statement_as<'q, DB, O>(
    statement: &'q <DB as HasStatement<'q>>::Statement,
) -> QueryAs<'q, DB, O, <DB as HasArguments<'_>>::Arguments>
where DB: Database, O: for<'r> FromRow<'r, DB::Row>,