mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 22:44:17 +00:00
Allow Query::bind to forward the type inference used for FromRow
This commit is contained in:
parent
fece1a83ac
commit
f1fa802837
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<DB> Query<'_, DB, <DB as Backend>::QueryParameters, Row<DB>>
|
||||
impl<DB, Target> Query<'_, DB, <DB as Backend>::QueryParameters, Row<DB>, Target>
|
||||
where
|
||||
DB: Backend,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue