aboutsummaryrefslogtreecommitdiffstats
path: root/src/creator.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-25 07:56:20 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-25 08:45:29 -0400
commit37e6d9c37b2d8e49103ef61f0127bc8b15a51530 (patch)
treecc657348d837a553cb302ee7aac2ac3f4ee24b23 /src/creator.rs
parent00135aa2171f0ba2b46023239fea7f7eb83057ba (diff)
downloadttyrec-37e6d9c37b2d8e49103ef61f0127bc8b15a51530.tar.gz
ttyrec-37e6d9c37b2d8e49103ef61f0127bc8b15a51530.zip
add some derivations
Diffstat (limited to 'src/creator.rs')
-rw-r--r--src/creator.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creator.rs b/src/creator.rs
index 02d0c12..e4a377a 100644
--- a/src/creator.rs
+++ b/src/creator.rs
@@ -1,5 +1,6 @@
use std::convert::TryFrom as _;
+#[derive(Debug, Clone)]
pub struct Creator {
base_time: Option<std::time::Instant>,
}