mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-15 08:50:23 +00:00
query_as: fully implement query_as, required a db-specific ext trait
This commit is contained in:
@@ -36,7 +36,7 @@ where
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn buffer(&self) -> &[u8] {
|
||||
pub fn buffer<'c>(&'c self) -> &'c [u8] {
|
||||
&self.rbuf[self.rbuf_rindex..]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user