Allow deleting multiple objects that are Identifiable
(e.g. Vec<I: Identifiable>
) directly
#3986
SwishSwushPow
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I think it would be nice if I could delete e.g. a vector of objects that implement
Identifiable
directly. This would remove the need of collecting the ids (i.e. primary keys) first and putting them into afilter(id.eq_any(ids))
statement.Best regards!
Beta Was this translation helpful? Give feedback.
All reactions