tag_search_all

master
Avril 3 years ago
parent 8b07260feb
commit 89ffe57153
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -38,6 +38,7 @@ impl Store
_ => return StoreSearchAllIter(self, None, Default::default(), sorted),
}), VecDeque::new(), sorted)
}
/// Search for all entries with *any* of these provided tags.
///
/// # Notes
@ -54,6 +55,7 @@ impl Store
_ => return StoreSearchAnyIter(self, None, Default::default(), PhantomData),
}), VecDeque::new(), PhantomData)
}
/// Search for all items with this provided tag.
///
/// # Notes

Loading…
Cancel
Save