pub fn ids<S>(
values: impl IntoIterator<Item = impl Into<String>>,
) -> IdsQuery<S>Expand description
Match documents by a list of _id values — typed get-many-by-id.
pub fn ids<S>(
values: impl IntoIterator<Item = impl Into<String>>,
) -> IdsQuery<S>Match documents by a list of _id values — typed get-many-by-id.