pub type Result = std::result::Result>; #[macro_export] macro_rules! err { ($($string:expr),+) => (Box::::from(format!($($string),+))) }