summaryrefslogtreecommitdiffstats
path: root/libimagnotes
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-11-15 21:30:39 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-02-05 13:10:38 +0100
commitf1c1a1f9be1dc899de4ad8f9fc2133c714395b31 (patch)
tree0c53ead50f7c6e75f285b83221fc5d2bbea9e7ef /libimagnotes
parent2ca89b73291a33d8209890b762343460ccc68604 (diff)
Eliminate EntryHeader type
Therefor introduce the "Header" trait which is implemented on Value for backwards compatibility. Make the default_header() function publicly available as Entry::default_header()
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 2397948c..2edf1d60 100644
--- a/libimagnotes/src/note.rs
+++ b/libimagnotes/src/note.rs
@@ -30,6 +30,7 @@ use libimagstore::storeid::StoreId;
use libimagstore::storeid::StoreIdIterator;
use libimagstore::store::FileLockEntry;
use libimagstore::store::Store;
+use libimagstore::toml_ext::TomlValueExt;
use libimagentrytag::tag::{Tag, TagSlice};
use libimagentrytag::tagable::Tagable;
use libimagentrytag::result::Result as TagResult;