summaryrefslogtreecommitdiffstats
path: root/libimagnotes
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-18 18:23:47 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-20 21:46:02 +0200
commitb909fea45b63e346ba2eb5cd1d391edbd94a72bc (patch)
treeb52303fecf4597cc6db735c19e523da9eb1da315 /libimagnotes
parent90b4e3cc62b89aef5257d409d817880f3e4febd9 (diff)
Derive Debug for NoteIterator
Diffstat (limited to 'libimagnotes')
-rw-r--r--libimagnotes/src/note.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libimagnotes/src/note.rs b/libimagnotes/src/note.rs
index 24975d35..b5cc7063 100644
--- a/libimagnotes/src/note.rs
+++ b/libimagnotes/src/note.rs
@@ -172,6 +172,7 @@ impl<'a> Deref for Note<'a> {
}
+#[derive(Debug)]
pub struct NoteIterator<'a> {
store: &'a Store,
iditer: StoreIdIterator,