QA

Type Alias QA 

Source
pub type QA<'q, R> = QueryAs<'q, MySql, R, MySqlArguments>;
Expand description

Type alias for SQLx QueryAs with MySQL arguments

Aliased Typeยง

pub struct QA<'q, R> { /* private fields */ }