Add StoreIdIteratorWithStore::without_store()
This commit is contained in:
parent
8e931cd79f
commit
b3f546129a
1 changed files with 4 additions and 0 deletions
|
@ -290,6 +290,10 @@ impl<'a> StoreIdIteratorWithStore<'a> {
|
|||
StoreIdIteratorWithStore(StoreIdIterator::new(iter), store)
|
||||
}
|
||||
|
||||
pub fn without_store(self) -> StoreIdIterator {
|
||||
self.0
|
||||
}
|
||||
|
||||
/// Transform the iterator into a StoreCreateIterator
|
||||
///
|
||||
/// This immitates the API from `libimagstore::iter`.
|
||||
|
|
Loading…
Reference in a new issue