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