diff --git a/lib/core/libimagstore/src/storeid.rs b/lib/core/libimagstore/src/storeid.rs index 04e80099..b97c4c7f 100644 --- a/lib/core/libimagstore/src/storeid.rs +++ b/lib/core/libimagstore/src/storeid.rs @@ -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`.