Derive Debug for NoteIterator

This commit is contained in:
Matthias Beyer 2016-04-18 18:23:47 +02:00
parent 90b4e3cc62
commit b909fea45b

View file

@ -172,6 +172,7 @@ impl<'a> Deref for Note<'a> {
}
#[derive(Debug)]
pub struct NoteIterator<'a> {
store: &'a Store,
iditer: StoreIdIterator,