mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +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
|
where
|
||||||
DB: Backend,
|
DB: Backend,
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user