Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
errors: impl From<RowsParseError> for QueryError
RowsParseError is going to be a user-facing error type, because it is going to be returned from new QueryResult API. For convenient conversion into QueryError, a shortcut From impl is added.
- Loading branch information