aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils.rs b/src/utils.rs
index ec5b5b3..b5acb66 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -8,13 +8,6 @@ use std::os::unix::ffi::OsStrExt;
use libc;
-pub trait NotmuchType {
- type NotmuchT;
-
- fn from_notmuch_t(notmuch_t: Self::NotmuchT) -> Self;
- fn to_notmuch_t(self) -> Self::NotmuchT;
-}
-
pub trait ToCString {
fn to_cstring(&self) -> Result<ffi::CString, ffi::NulError>;
}