use_derived
as use_memo
without PartialEq requirement
#3998
Unanswered
ActuallyHappening
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wanting to map some data from
use_resource
that returnsOption<Result<DbConn, AppError>>
intoResult<DbConn, AppError>
(see prev discussion for more context), but neitherDbConn
norAppError
implPartialEq
. Will I need to implement some wrapper type or is there a first party solution to this I haven't found yet?Beta Was this translation helpful? Give feedback.
All reactions