1 2 3 4 5 6 7
#![macro_use] macro_rules! fail { ($expr:expr) => { return Err(::std::convert::From::from($expr)); }; }