pub type StoreIter<'a> = Box<dyn Iterator<Item = Result<StoreHandle, Error>> + 'a>;
pub struct StoreIter<'a>(/* private fields */);