pub trait MaybeEmpty { // Required method fn is_empty(&self) -> bool; }
i-implement-a-third-party-backend-and-opt-into-breaking-changes
A helper trait to check if the values clause of an In or NotIn query dsl node is empty or not
In
NotIn
Returns true if self represents an empty collection Otherwise false is returned.
true
false