1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*
* --------------------
* THIS FILE IS LICENSED UNDER THE FOLLOWING TERMS
*
* this code may not be used for any purpose. be gay, do crime
*
* THE FOLLOWING MESSAGE IS NOT A LICENSE
*
* <barrow@tilde.team> wrote this file.
* by reading this text, you are reading "TRANS RIGHTS".
* this file and the content within it is the gay agenda.
* if we meet some day, and you think this stuff is worth it,
* you can buy me a beer, tea, or something stronger.
* -Ezra Barrow
* --------------------
*/
/// timemachine error type
pub type Result<T> = Result;
// use crate::impl_from;
// #[doc(hidden)]
// #[macro_export]
// macro_rules! impl_from {
// ($from:path, $to:expr) => {
// impl From<$from> for ErrorKind {
// fn from(e: $from) -> Self {
// $to(e)
// }
// }
// };
// }