mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Improve the DocumentsIdsIter internal
This commit is contained in:
parent
da0168bd82
commit
7b26bd88c0
3 changed files with 4 additions and 5 deletions
|
@ -66,7 +66,7 @@ pub struct Index {
|
|||
}
|
||||
|
||||
impl Index {
|
||||
pub fn document<T: de::DeserializeOwned, R: rkv::Readable>(
|
||||
pub fn document<R: rkv::Readable, T: de::DeserializeOwned>(
|
||||
&self,
|
||||
reader: &R,
|
||||
attributes: Option<&HashSet<&str>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue