summaryrefslogtreecommitdiff
path: root/schist_traits/src/timeable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'schist_traits/src/timeable.rs')
-rw-r--r--schist_traits/src/timeable.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/schist_traits/src/timeable.rs b/schist_traits/src/timeable.rs
deleted file mode 100644
index f6f9244..0000000
--- a/schist_traits/src/timeable.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-pub trait Timeable {
- fn hour(&self) -> u32;
- fn minute(&self) -> u32;
- fn second(&self) -> u32;
-}