-
-
Notifications
You must be signed in to change notification settings - Fork 639
Open
Description
Motivation
Using PgFunc::any() requires a Vec. Since it requires an Into<SimpleExpr>, which is provided for Into<Value>.
However, having a BTreeSet or HashSet isn't supported.
Proposed Solutions
An easy way should be to implement From<BTreeSet<T>> (and HashSet) similar to the Vec<T> implementation.
More ideal would be to have this for IntoIterator<Item=T>. But I'm not sure this is feasible.
Additional Information
Metadata
Metadata
Assignees
Labels
No labels