Derive Debug for NoteIterator
This commit is contained in:
parent
90b4e3cc62
commit
b909fea45b
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ impl<'a> Deref for Note<'a> {
|
|||
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct NoteIterator<'a> {
|
||||
store: &'a Store,
|
||||
iditer: StoreIdIterator,
|
||||
|
|
Loading…
Reference in a new issue