From ef1f45b67921285493511c75f08ba00a56292b15 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 22 Oct 2018 23:05:51 +0200 Subject: Fill in `get_trial_start()` function Reads the encrypted timestamp from the trial file and returns a `DateTime`. --- src/errors.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/errors.rs') diff --git a/src/errors.rs b/src/errors.rs index 17508fe..f84bb2e 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -6,6 +6,8 @@ error_chain! { foreign_links { Xdg(xdg::BaseDirectoriesError); Io(::std::io::Error); + + DateCrypt(DateCryptError); } } -- cgit v1.2.3