We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of now try_from_raw works with Row and doesn't accept references.
try_from_raw
Row
In this issue we need to provide such possibility.
The text was updated successfully, but these errors were encountered:
hi @AlexPikalov is there any trait that I could use so my I could call .try_from_row()? thanks
example:
fn query (some_struct : impl Trait){ --- inside for loop after get the data from db --- let my_row = some_struct.try_from_row(row).unwrap(); }
Sorry, something went wrong.
No branches or pull requests
As of now
try_from_raw
works withRow
and doesn't accept references.In this issue we need to provide such possibility.
The text was updated successfully, but these errors were encountered: