pub type SqlxQuery<T, C = PostcardCodec> = DbQuery<T, C>;Expand description
SQLx-specific compatibility name for DbQuery.
Aliased Typeยง
pub struct SqlxQuery<T, C = PostcardCodec> { /* private fields */ }pub type SqlxQuery<T, C = PostcardCodec> = DbQuery<T, C>;SQLx-specific compatibility name for DbQuery.
pub struct SqlxQuery<T, C = PostcardCodec> { /* private fields */ }