tikv_util
macro_rules! box_try { ($expr:expr) => { ... }; }
Boxes error first, and then does the same thing as try!.
try!