mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00
Allow Query::bind to forward the type inference used for FromRow
This commit is contained in:
parent
fece1a83ac
commit
f1fa802837
@ -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…
x
Reference in New Issue
Block a user