Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUnclear which Row to import for FromSqlRow #535
Comments
added a commit
that referenced
this issue
Dec 10, 2016
killercup
closed this
in
#540
Dec 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jethrogb commentedDec 8, 2016
•
edited
If you want to implement
FromSqlRowyou need to name theRowtype, but it's not a link in the docs and the only search result forRow(diesel::query_source::Queryable::Row) is not the rightRow. The correct one seems to bediesel::row::Row.